AHK isn't detecting the keys in my layout correctly

Report problems with documented functionality
guest3456
Posts: 3462
Joined: 09 Oct 2013, 10:31

Re: AHK isn't detecting the keys in my layout correctly

05 Jun 2018, 10:06

Stamimail wrote:The same thing you could say for
Ctrl+C
Ctrl+V

It's actually
Ctrl+ב
Ctrl+ה

For Hotkeys, you need the English character to work in Hebrew Layout (i.e no matter what the Keyboard Layout is).
oh i see what you're saying, i don't know about that.

lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: AHK isn't detecting the keys in my layout correctly

07 Jun 2018, 03:14

The Windows SDK defines virtual key codes 0x41 - 0x5A as being the keys A (Chr(0x41)) - Z (Chr(0x5A)).

There is no standard key code for backquote. It is dependent on keyboard layout.

The change affecting A - Z was not a bug-fix, because the original behaviour was not a bug. The behaviour for other keys is also not a bug. It will be neither fixed nor changed.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 18 guests