aboutsummaryrefslogtreecommitdiff
path: root/tt.programs.explorer.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-12-15 01:49:16 +0100
committerJohn Ankarström <john@ankarstrom.se>2021-12-15 01:49:16 +0100
commit202698bf248db68275d55611c903aafa0c666248 (patch)
tree25b42cf083580cb9ca626829eddd5a1693aff155 /tt.programs.explorer.ahk
parent0072e9a50a257ead9454fce84b12f660314a3331 (diff)
downloadahk-202698bf248db68275d55611c903aafa0c666248.tar.gz
explorer: Fix Win-double click (broken by layout hotkey change)
Diffstat (limited to 'tt.programs.explorer.ahk')
-rw-r--r--tt.programs.explorer.ahk1
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