ManiacDC / TypingAid

Word AutoCompletion Utility
http://www.autohotkey.com/board/topic/49517-ahk-11typingaid-v2200-word-autocompletion-utility/
GNU General Public License v3.0
138 stars 45 forks source link

Hotkeys do not work on different keyboard layouts #74

Open ManiacDC opened 8 years ago

ManiacDC commented 8 years ago

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.

mstenemo commented 8 years ago

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)

ManiacDC commented 8 years ago

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