You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MapVirtualKeyA, given its lack of a layout parameter, always uses the currently active layout, so:
The MapVirtualKeyExA call for VirtualKeyTranslate is overkill.
The VirtualKey mode doesn't work as expected as it returns translated keys. The only way I found to actually implement this correctly is hardcoding a map, because loading the English (US) layout for this purpose has a lot of unintended side-effects. For reference: My implementation (the keys here are not quite HID scancodes, but close enough.)
The text was updated successfully, but these errors were encountered:
MapVirtualKeyA, given its lack of a layout parameter, always uses the currently active layout, so:
The text was updated successfully, but these errors were encountered: