Program for setting global hotkeys on Windows 7?

6

3

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?

Esko Luontola

Posted 2010-01-08T15:15:50.513

Reputation: 465

Question was closed 2017-11-28T03:33:39.077

Related: Is a there a shortcut key to go to a specific window (on Windows 7)?

– G-Man Says 'Reinstate Monica' – 2017-11-28T01:36:41.670

Answers

7

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.

Phoshi

Posted 2010-01-08T15:15:50.513

Reputation: 22 001

1Autohotkey'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 – 2010-01-09T21:38:36.650

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 – 2010-01-09T22:12:04.507

6

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.

Esko Luontola

Posted 2010-01-08T15:15:50.513

Reputation: 465

1

Use this simple methond without installing any software and using only shortcuts and cmd /k

hope it's useful!

mekaz

Posted 2010-01-08T15:15:50.513

Reputation: 11

Supported only Ctrl+Alt+? (AltGr+?). – Alex78191 – 2017-11-26T17:57:24.287

4

Welcome to Super User! It would be nice to include the essential parts of the answer here, and provide the link only for future reference.

– slhck – 2012-03-31T14:42:29.417

0

Hot Key Plus of 2001 is working on Windows 8. Or MKey

Alex78191

Posted 2010-01-08T15:15:50.513

Reputation: 125