Page 1 of 1

How to select a specific open window

Posted: Jun 15th, ’17, 23:11
by orsonk
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

Re: How to select a specific open window

Posted: Jun 16th, ’17, 09:16
by Tom
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