pyxhook icon indicating copy to clipboard operation
pyxhook copied to clipboard

Fixes issue #27, all ascii values are now correct

Open g3rb3n opened this issue 5 years ago • 0 comments

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.

g3rb3n avatar Mar 04 '19 09:03 g3rb3n