Posts by Felipe Neto • 1 point
1 post
-
0
votes1
answer190
viewsQ: python : Wait event on keyboard, with minimized script?
I wonder if there is a way to detect events on the keyboard with my minimized script. I’ve tried several methods like msvcrt.getch(), input("") and others but they only work with the focus on the…