win32api.MapVirtualKey
int = MapVirtualKey(vk, type , hlayout )
Translates (maps) a virtual-key code into a scan code or character value, or translates a scan code into a virtual-key code.
Parameters
Comments
implemented by calling the unicode versions of the API (MapVirtualKeyW/MapVirtualKeyExW)