From 202698bf248db68275d55611c903aafa0c666248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 15 Dec 2021 01:49:16 +0100 Subject: explorer: Fix Win-double click (broken by layout hotkey change) --- tt.programs.explorer.ahk | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3