-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
For some reason trying to simulate numpad inputs doesnt work for me.
import time, pydirectinput
try:
while True:
time.sleep(1)
pydirectinput.press('numpad5')
time.sleep(1)
pydirectinput.press('pageup')
except KeyboardInterrupt:
quit
I also tried using 'num5' and it still doesn't work. Also yes numpad is on
Metadata
Metadata
Assignees
Labels
No labels