Friday 7 April 2017

KP2A plugin v1.08

What's new in v1.08:

Faster text typing:

It is now possible to increase text typing speed by >200% (typing speed can be changed in app Settings).
Important: fastest typing speed may not work properly on some USB hosts or with some systems (BIOS, UEFI). Test it first!


Native language names:

Keyboard layouts are now named in both English and its native language (example: German / Deutsch). Additionally, country code is also displayed.

Thursday 6 April 2017

InputStickUtility v1.492

What's new in InputStickUtility v1.492:

RyscCorp:


FW 0.98E optional firmware update: 

Firmware 0.98E fixes HP UEFI bug (InputStick is not being recognized as USB keyboard). This is a temporary fix, the update is NOT recommended if the bug does not affect you: it can cause problems when used with other USB hosts. 

How to update firmware: InputStickUtility → My devices → select device → Moe (dots icon) → Firmware Upgrade → Yes → select v.098E → Plug InputStick into USB port, wait few seconds → Flash.

Native language names:

Keyboard layouts are now named in both English and its native language (example: German / Deutsch). Additionally, country code is also displayed.

Faster text typing:

It is now possible to increase text typing speed by >200% for apps using HID Service (broadcasts). See app Settings.

About section for HID Service:

The section briefly explains when HID Service is used.

Wednesday 5 April 2017

USB Remote v1.62

What's new in USB Remote v1.62:

Faster text typing:

It is now possible to increase text typing speed by >200% when using Macros, Text tab and Type with InputStick action (typing text files). See Settings -> General.

Important: fastest typing speed may not work properly on some USB hosts. Test it first!


Native language names:

Keyboard layouts are now named in both English and its native language (example: German / Deutsch). Additionally, country code is also displayed.

Keynote keyboard shortcuts:

It is now possible to switch between PowerPoint, Impress and Keynote keyboard shortcut for starting presentation (F5 vs Option+Command+P) when using Presentation tab. See Settings -> Presentation.

New macro actions:

SET_LAYOUT - allows to override currently selected keyboard layout. List of keyboard layout codes.

SET_SPEED - allows to override currently selected typing speed. Use 0 for fastest typing speed, 1 for normal typing speed, 2 for 50% typing speed, 3 for 33% typing speed, ..., 10 for 10% typing speed.

Example 1:
#use fastest typing speed (about 200% of default typing speed)
<set_speed>0
#use German keyboard layout in this macro
<set_layout>de-DE
<type>äöü

Example 2:
#reduce typing speed to 25% of normal typing speed
<set_speed>4
#use Polish keyboard layout in this macro
<set_layout>pl-PL
<type>ąćę

Bug fixes:

Several bug fixes, mostly related to macros.