Fixes issue 6. Some Keycodes were missing from the published documentation due to a sphinx configuration issue. Keycode.SPACE is added as an alias for Keycode.SPACEBAR.
1.0.0
Thanks to dhalbert this library has been greatly improved. It now features a separate [`Keycode`](https://circuitpython.readthedocs.io/projects/hid/en/latest/keycode.html) class along with improvements to the [`Mouse`](https://circuitpython.readthedocs.io/projects/hid/en/latest/mouse.html) class.