I want to hit a shortcut and then Fastkeys must switch to that program and execute the shortcut.
Like
I am in Powerpoint and want to switch to ZOOM and then mute myself.
I know how to use the shortcut in ZOOM, but I want to automatically switch and THEN do the task.
All help is appreciated.
Switch Program and then execute shortcut?
I'm not using Zoom but you could try this script (Type: Command). It switches to Zoom window and toggles the mute by pressing Alt+A.
Also, try replacing the first line with
WinActivate, ahk_exe Zoom.exe
Code: Select all
WinActivate, ahk_class ZPContentViewWndClass
Send, !a
WinActivate, ahk_exe Zoom.exe