; @Author : liuyuqi ; @Contact : liuyuqi.gov@msn.cn ; @Time : 2019/08/05 07:06:02 ; @Version : 1.0 ; @License : (C)Copyright 2019 liuyuqi. ; @Desc : 鼠标操作替换键盘操作: 鼠标中键替换 Shift+Enter 按键 ; 需求,在 vscode 中按 Shift+Enter 来执行选中代码,但我希望鼠标中键执行选中代码。 #IfWinActive, ahk_exe Code.exe MButton::+Enter Return #IfWinActive esc::ExitApp