magmax / python-readchar

Python library to read characters and key strokes
MIT License
143 stars 45 forks source link

Using Escape Sequences List. #63

Closed kleinjakob closed 2 years ago

kleinjakob commented 3 years ago

Using the Collected Escape Sequences List in key instead of checking hard coded "continuation" checks. As I noticed pressing of eg. F6 resulted in being registered as multiple keys.

Test passed.

Cube707 commented 2 years ago

v4.0.0 removes the ESCAPE_SEQUENCES list from the key module. So no longer relevant