Page 1 of 1

Autohotkey

Posted: Mon Dec 20, 2010 8:21 pm
by junk2drive
I found a free program to assign keys to do different things. If you are scripting and need to type the same thing several times, you can quickly make a script to save for now and later. Granted you can c&p for a few times. I am editing xmls today and have to start the line with desc="

By typing in the new script window
\::
Send desc="

and save as a name that makes sense. I simply press the \ key every time I need it. It only works when you run the script through a desktop shortcut and is closed with a tray icon.

I should be able to turn off the spacebar hotkey in BA so that I don't accidently end my turn.

www.autohotkey.com

Posted: Mon Dec 20, 2010 8:23 pm
by Merr
Interesting ... keep us posted.