I've searched through many internet forums to find pretty much nothing, that can solve my problem:
I'm a former user of the scripting Language AutoHotKey, so as I'm also using Linux, I want to properly imitate the same code I have in AutoHotKey to run on Linux.
What I've found:
- PyMouse (too complicated, as im not a python programmer)
- xdotool (not at all responding to hotkeys, but producing results wanted)
- AutoKey (not recognizing xbox360 Controller input and the input between mouse clicked and mouse released, cannot be controlled)
Is there any way of kinda replicating the following "verbal-code" into something more useable to act on Linux?
XBOX Controller Input: C-Button left/right/up or down whatever
Mouse-Move to 1920/2 1080/2
Mouse-Click-Down
Mouse-Move to 1920/2+50 1080/2+50
Sleep 500 ms
Mouse-Click-Up
Send-Key ESC
return
Thanks!