diff options
author | John Ankarström <john@ankarstrom.se> | 2021-12-15 01:49:16 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-12-15 01:49:16 +0100 |
commit | 202698bf248db68275d55611c903aafa0c666248 (patch) | |
tree | 25b42cf083580cb9ca626829eddd5a1693aff155 | |
parent | 0072e9a50a257ead9454fce84b12f660314a3331 (diff) | |
download | ahk-202698bf248db68275d55611c903aafa0c666248.tar.gz |
explorer: Fix Win-double click (broken by layout hotkey change)
-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 |