Add `Keycode` names that correspond to Mac and Windows keyboard labels, for more obvious use without having to refer to the documentation.
- Add `Keycode.WINDOWS` and `Keycode.COMMAND` as aliases for `Keycode.GUI`.
- Add `Keycode.OPTION` as alias for `Keycode.ALT`.
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip install adafruit-circuitpython-hid`.
Read the [docs](http://circuitpython.readthedocs.io/projects/hid/en/latest/) for info on how to use it.