I’ve set a hotkey in Python and it doesn’t work, how do I set up a working hotkey?
I am trying to make a program that will click a button really quickly for personal needs, but right now I’ve only come so far as to click the left button. I am trying to make a hotkey to turn it off, but it doesn’t work. I CANT USE THREADING, that’s why its all in the same loop.
I’ve set a hotkey in python and it doesnt work, how do i set up a working hotkey?
I am trying to make a program that will click a button really quickly for personal needs, but right now i’ve only come so far as to click the left button. I am trying to make a hotkey to turn it off but it doesnt work. I CANT USE THREADING, thats why its all in the same loop.