asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

why cant use OEM_key? #819

Open myauyudachi opened 11 months ago

myauyudachi commented 11 months ago

The virtual key constants that aren't used are:

VK_OEM_1, VK_OEM_PLUS, VK_OEM_COMMA, VK_OEM_MINUS, VK_OEM_PERIOD, VK_OEM_2, VK_OEM_3, VK_OEM_4,

why cant use VK_OEM_3?? i need use VK_OEM_3, not ' and @ :-(