Page 1 of 1

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

Posted: Tue Jun 18, 2019 3:45 pm
by justajolt
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!

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

Posted: Sat Aug 22, 2020 3:41 am
by jackmarison93
I tried what you said and still don't see it