Hello I'm trying to find a way to detect when the user press the alt+tab key combination.
What I want to do is next:
while True:
if not "alt+tab key pressed":
pythoncom.PumpMessages()
How can I do this?
Hello I'm trying to find a way to detect when the user press the alt+tab key combination.
What I want to do is next:
while True:
if not "alt+tab key pressed":
pythoncom.PumpMessages()
How can I do this?