diff options
-rw-r--r-- | tt.programs.explorer.ahk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tt.programs.explorer.ahk b/tt.programs.explorer.ahk index 0b2b842..9d76e3e 100644 --- a/tt.programs.explorer.ahk +++ b/tt.programs.explorer.ahk @@ -87,6 +87,7 @@ return #IfWinActive +LWin & LButton:: *#LButton:: MouseGetPos,,, hwnd if (not DoubleClick() or not WinActive("ahk_group Explorer")) ; see tt.doubleclick.ahk |