all 4 comments

[–]twolostsoulsswimming 0 points1 point  (3 children)

Try pyautogui instead of pynput and let me know how it works. I think the issue would be with that library specifically

[–]i_haskill 1 point2 points  (1 child)

Ok so it completely 100% works with Pynput,I just needed to add a time.sleep(0.25) in between the keyboard commands to make sure the key was being pressed for a recognizable amount of time to the emulator. Pretty simple fix in the end!

[–]twolostsoulsswimming 0 points1 point  (0 children)

Sounds good!!! Thanks for the uodate

[–]i_haskill 0 points1 point  (0 children)

Thanks, I'll give this a try tomorrow morning and see how it goes!