i mean like if i press a certain combo of buttons it will press another buttonlike i press a and it types h
AutoHotKey can do this.
how? all i get is this gay text file and i want a GUI.
What are you trying to do with it?
i mean like if i press a certain combo of buttons it will press another buttonlike i press SHIFT + a and it types h
Yes I know. I want to know the exact keys you want to remap so I can tell you what to put in the text file.If you actually do want Shift+a = h, then put this in the script file:+a::h
how would i do mouse presses?