----------------- - Support added for specifying keycodes directly inside of keybindings.
0.1.6
----------------- - Changelog updated.
0.1.5
----------------- - Minor fix to the register_hotkey function.
0.1.4
----------------- - Added optional press and release callback parameter differentiation. Merged fix for press callback function.
0.1.3
----------------- - Implemented retrofitting for the original hotkey style: e.g. ["control", "alt", "z"]. This is converted automatically to "control + alt + z".
0.1.2
----------------- - Added dict binding format support. Also added support for supplying callback parameters for bindings.