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?
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?
Use a OS-level hotkey. How that's done will depend on your OS.