diff --git a/source/action.ahk b/source/action.ahk index b21e559..46b7788 100644 --- a/source/action.ahk +++ b/source/action.ahk @@ -395,6 +395,8 @@ SelectCurrentWord() { } + + SUB_TEMP_RBUTTON: ClickUpIfLbDown() MouseClick, Right @@ -409,12 +411,21 @@ LWin::LCtrl LShift::LAlt LAlt::LShift -#IF +#If WinActive("ahk_exe MyPopo.exe") or WinActive("ahk_exe WeChat.exe") +; #IfWinActive ahk_exe MyPopo.exe +; #IfWinActive ahk_exe WeChat.exe + +CapsLock:: +return -; #IfWinActive ahk_exe idea64.exe +Esc:: +return -; MButton:: + +#IfWinActive ahk_exe idea64.exe + +MButton:: ; MouseGetPos, StartVarX, StartVarY ; loop ; { @@ -431,8 +442,6 @@ LAlt::LShift ; break ; } ; } -; Click, 2 -; Send, !+s -; return - -; #IF \ No newline at end of file +Click, 2 +Send, !+s +return \ No newline at end of file