How to Get the Program List in a Group
from
Stardock Forums
Hello developer, is there a way to get the program list in a group and switch to a specific program? I want to achieve the following functionality through AutoHotkey:
Background: I have grouped multiple programs such as edge.exe, note.exe, excel.exe, etc. I am currently editing a spreadsheet in excel.exe.
Requirement: While editing the spreadsheet, I want to use a shortcut key to switch to the edge.exe window for viewing. (Full keyboard operation, no mouse needed)
Difficulties:
-
Cannot get the program list after grouping: When I use AutoHotkey to get all windows, I can only see the currently active window (excel.exe).
-
If I obtain the program list, can I switch to and activate the edge.exe window using AutoHotkey's
WinActivatecommand?