Skip to content

QT Python application to display all defined key codes (defined in PyQt5.QtGui.QKeySequence), then print names and values of pressed keys.

License

Notifications You must be signed in to change notification settings

lelandg/KeyCodes

Repository files navigation

Now Pygame and Qt keycodes are easily accessible. Yes, they return different values, so you need to code for your platform. Or maybe use the keyboard module instead of platform-specific stuff. Oh! I should write a console version that uses only that. ;-)

Run:

pip install -r requirements.txt

Then:

python keycodes_qt.py

Or:

python keycodes_pygame.py

Happy coding!

About

QT Python application to display all defined key codes (defined in PyQt5.QtGui.QKeySequence), then print names and values of pressed keys.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages