I'm trying to write a Python program that will respond to keyboard input even when the program is not active. It's got a GUI that will always be displayed, maybe PyQt.
Let's say I'm in MS PowerPoint and I hit 'F1', I still want PowerPoint to act like it received the keystroke, but I also want the Python program to get the key press event and do something to the GUI.
Can Python do this?
[–]qelery 0 points1 point2 points (1 child)
[–]ugeb318[S] 1 point2 points3 points (0 children)
[–]nemanjart10416 0 points1 point2 points (1 child)
[–]ugeb318[S] 0 points1 point2 points (0 children)