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?
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
I tried to set multiple triggers to achieve, but it is more cumbersome, is there a better way?
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