TypingAid icon indicating copy to clipboard operation
TypingAid copied to clipboard

Hotkeys do not work on different keyboard layouts

Open ManiacDC opened this issue 8 years ago • 2 comments

From the forum:

The problem was thatn it uses direct keys, like +^c, +^h etc. I had to change them to their scan equivalents (+^sc02e, +^sc023), because when I use the Russian keyboad, ahk seems not to send latin letters, so other locales except latin-based don't work properly.

Thus, if the AutoComplete is to continue developing, to make it more versatile, it is desireable to use scan codes rather than direct letters for hotkeys.

ManiacDC avatar Feb 29 '16 12:02 ManiacDC

First thing I did was to go over the entire TypingAid.hak in order to remove ^+h (this should not be default, and should be in the settings menu)

mstenemo avatar Apr 17 '16 11:04 mstenemo

@mstenemo https://github.com/ManiacDC/TypingAid/issues/22

ManiacDC avatar Apr 18 '16 12:04 ManiacDC