826
General Software Discussion / Re: Finally, a robust keyboard shortcut app!
« Last post by brotherS on May 23, 2006, 01:06 PM »Hi Babis!Someome, please chime in and let me know that I'm not the only absentminded nut who has no use for a hotkey utility, because he can't remember all the damned hotkey combos? Anyone?-Scott (June 01, 2005, 09:35 PM)
With autohotkey you don’t have to remember any key combinations.
You can launch anything simply by typing a word of your choice, as follows:::#winrar::
Run, C:\Program Files\WinRAR\WinRAR.exe
return
So by typing “#winrar” you can launch winrar.-Babis (May 23, 2006, 01:01 PM)
Yes, that's an important statement. Although I prefer my triggers to start with a "." instead of "#", you are right. I use these AHK hotstrings in addition to the hotkeys, for example for folder names, URLs, postal addresses, ... you name it!


Recent Posts
The two biggest time-savers for me personally were a) learning how to type without looking at the keyboard b) touching the mouse only 1% of the time by learning how to use the keyboard.
), but you could create GUIs with AutoHotkey to use for those actions you only perform rarely. Or you could create a simple .txt file for your hotkeys and let AutoHotkey pop that up with another hotkey - so you'll only have to remember that 'master' hotkey
AutoHotkey 



What version are you running? There's no code in the current version of DimSaver that moves the mouse...