Search found 1 match

by justajolt
Tue Jun 18, 2019 3:45 pm
Forum: General Discussion
Topic: Python's pyautogui typewrite, hotkey and press functions don't seem to like openRA!
Replies: 1
Views: 6210

Python's pyautogui typewrite, hotkey and press functions don't seem to like openRA!

Examples of code used include:
pyautogui.typewrite('q')
pyautogui.press('F1')

pyautogui.keyDown('f1')
time.sleep(0.1)
pyautogui.keyUp('f1')

Code examples function in other applications, as stated.

If anyone's tried this with python and could offer any pointers I'd be much obliged!