Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Execute multiple hotkeys under a specific program
#1
How to achieve the following aotuhotkey code effect in QM
I tried to set multiple triggers to achieve, but it is more cumbersome, is there a better way? Huh 

Thanks in advance

————————————————————————————————
#IfWinActive , ahk_exe notepad.exe

F1::
Send, http://quickmacros.com
Return

F2::
Send, http://bing.com
Return

F3::
send, http://google.com
Return

#IfWinActive



Messages In This Thread
Execute multiple hotkeys under a specific program - by win - 08-16-2018, 01:34 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)