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

Improvement: declare constants or enums for some KEY_NAMES #779

Open harmin-parra opened 1 year ago

harmin-parra commented 1 year ago

Declare constants for some KEY_NAMES (like, 'ENTER' 'ESC', 'SHIFT', 'CONTROL', etc.) in the same way it was done for mouse buttons.