0
点赞
收藏
分享

微信扫一扫

ahk实现多态

小a草 2022-10-29 阅读 161


#IfWinActive ahk_exe 360chrome.exe
^LAlt::谷哥翻译()
#IfWinActive
;要求屏幕最大,
#IfWinActive ahk_exe msedge.exe
^LAlt::腾讯翻译()
#IfWinActive

根据不同的​​应用名​​,对同一按键实现相同功能:

ahk_exe msedge.exe
ahk_exe 360chrome.exe

针对不同浏览器,实现不同​​功能​​.


举报

相关推荐

0 条评论