Quote:
Originally Posted by FS~Lewis
Artist..That sounds pretty much what I was trying to achieve.....although being the novice I am I have no idea how to implement what you have described in the script...Where does it go?....How do I put this into the game so that I see it in the controls?....
|
Well, an answer would turn this thread into an autohotkey tutorial, so I'll try to keep this really short: AutoHotkey_L (which I am using) is a program you must download (
here) and install. After that you run AutoHotkey-scripts (double-click on a .ahk file) and AutoHotkey will bend and transform keystrokes as defined in the script you run (e.g. transforming a single Shift+1 into a sequence of keystrokes and mouse movements). So it's
outside of CloD and just manipulates the input CloD is getting.