Sunday, January 03, 2010

MyFav : AHK : Suspend

That's a really useful hotkey - suspend all the other hotkeys.

If you're using the Easy Window Drag (KDE Style) script, be sure to put this line after the "CoordMode, Mouse" segment, or you'll see some funny stuff.

All you need is

^!Rbutton::Suspend

Just one small line for you, one giant leap for your productivity. Choose any other key combo you like - I picked CTRL-ALT-RIGHTMOUSE here.

Another one to consider :

#c::Run calc.exe

See, that's the smart way to launch the calculator when you need it. Cavemen go through the Start menu, to accessories, then whatever. Same for Paint. All you have to do is launch the task manager and find out what the name of the program is - you usually can find it because it'll be named meaningfully.

No comments: