adafruit / Adafruit_CircuitPython_HID

USB Human Interface Device drivers.
MIT License
365 stars 106 forks source link

Add familiar Mac and Windows names for GUI and ALT keys. #27

Closed dhalbert closed 5 years ago

dhalbert commented 5 years ago

Add Keycode names that correspond to Mac and Windows keyboard labels, for more obvious use without having to refer to the documentation.

I want to get this in before I freeze the latest lib versions for CPy 3.1.0.

dhalbert commented 5 years ago

Tested on a Mac and on Linux (which uses the WINDOWS key).