up vote 2 down vote favorite
1
share [g+] share [fb]

On WinXP, I used to use qliner hotkeys for starting programs with global hotkeys (for example Win+I for web browser). But qliner hotkeys crashes on Win7 x64, so I need to find another program for setting global hotkeys. Which program do you recommend?

link|improve this question
feedback

2 Answers

up vote 4 down vote accepted

Autohotkey. Nothing else.

Simple, yet very powerful, syntax, good scripting, lightweight, so on. It's almost perfect, and can do just about anything you ask of it.

Slight niggle with win7: It must be run as administrator to have hotkeys functioning in elevated apps.

link|improve this answer
Autohotkey's user interface isn't too good (it requires writing scripts), but I suppose I'll use it for now. If I ever need more scripting, then its other features might be useful, although then I might as well write a program in a more serious programming language. – Esko Luontola Jan 9 '10 at 21:38
It's a very powerful scripting language, though. If you're doing hardcore maths, then yes, go for something more suited, but as a language it's really very powerful. Moving windows, pressing keys, sending messages to windows, so on. – Phoshi Jan 9 '10 at 22:12
feedback

In Windows 7, it's possible to start programs which have been pinned to taskbar by pressing Win+1, Win+2 etc. hotkeys. So Windows 7 has built-in hotkeys for starting up to 10 programs.

If the program is already open, then Win+<number> changes the active window or minimizes the only open window. Win+Shift+<number>, Win+Alt+<number> and Win+Ctrl+<number> also do some things.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.