I'm doing a test in python3.5 using the pyautogui library. My goal is for the algorithm to push buttons for me.
import pyautogui
while True:
pyautogui.press('f1')
In this case, he is pressing f1. I ran several tests and it really works on my pc. But, I would like to test it in a game, Lineage II, but it does not catch: S. I have tested with letters a, b, c ... (in my pc it works, in the server not: S). Would you have tips on how to put it to work on the server?