Hello,
I'm programming an application where i use virtual scan codes that i get by virtual key codes (MapVirtualKey) for automating shortcuts.
I've discovered that several key codes doesn't work as expected.
For example:
Tested key combinations with LWIN didn't work but then they work with RWIN
Tested key combinations with VK_CONTROL but then they work with VK_LCONTROL or vice versa?!
Unfortunately i didn't write everything down, what i should have done.
(I also tested it with Extended-Key Flag and without)
I'm using a german keyboard. Is this a normal behaviour?
Will it work with keyboards for different languages automatically?