TypingAid
TypingAid copied to clipboard
Hotkeys do not work on different keyboard layouts
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.
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 https://github.com/ManiacDC/TypingAid/issues/22