pyxhook
pyxhook copied to clipboard
Fixes issue #27, all ascii values are now correct
Fixes #27
Changed lstrip to list indexing, lstrip removes all specified characters not just the first 3. Changed using modulo to get the ascii table from XK to return 0 for keys outside the ascii range. Removed some spurious white spaces.