Detect Keypress Without Drawing Canvas Or Frame On Tkinter
I want to detect when a button is being pressed anytime when my python3.4 program is running. How do I do it without taking text input?
Solution 1:
Use a OS-level hotkey. How that's done will depend on your OS.
Post a Comment for "Detect Keypress Without Drawing Canvas Or Frame On Tkinter"