#IfWinActive ahk_exe 360chrome.exe
^LAlt::谷哥翻译()
#IfWinActive
;要求屏幕最大,
#IfWinActive ahk_exe msedge.exe
^LAlt::腾讯翻译()
#IfWinActive
根据不同的应用名
,对同一按键实现相同功能:
ahk_exe msedge.exe
ahk_exe 360chrome.exe
针对不同浏览器,实现不同功能
.
微信扫一扫
#IfWinActive ahk_exe 360chrome.exe
^LAlt::谷哥翻译()
#IfWinActive
;要求屏幕最大,
#IfWinActive ahk_exe msedge.exe
^LAlt::腾讯翻译()
#IfWinActive
根据不同的应用名
,对同一按键实现相同功能:
ahk_exe msedge.exe
ahk_exe 360chrome.exe
针对不同浏览器,实现不同功能
.
相关推荐