How to select a specific open window

Share your favorite FastKeys commands
Post Reply
orsonk
Posts: 4
Joined: Jul 24th, ’15, 23:13

Post by orsonk » Jun 15th, ’17, 23:11

I'm pretty sure this is possible with FastKeys (which I have just begun trying out): I want a keyboard shortcut to select one of several open app windows I have. Anyone got a trip for this?

Thanks.

Orson
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Jun 16th, ’17, 09:16

Use WinActivate command to activate window (make it foremost). For example:

Code: Select all

WinActivate, Notepad
There are similar examples in the Library. You can also use Tools/Window Information to find window names.

More information: https://autohotkey.com/docs/commands/WinActivate.htm
Post Reply