Forum

AutoHotKey - switch...
 
Notifications
Clear all

AutoHotKey - switch between two apps using keyboard shortcuts

1 Posty
1 Users
0 Likes
494 Widok
0
Topic starter

example *.ahk script

1 Answer
0
Topic starter

F1 and F4 keys, test.ahk

F1::
if WinExist("MY_APP_TITLE_ON_TASKBAR_PARTIAL")
    WinActivate
return

F4::
	WinActivate, ahk_exe Chrome.exe
	SendInput ^{1}
return
 

Odpowiedź

Author Name

Author Email

Your question *

 
Preview 0 Revisions Saved
Share: