diff options
author | John Ankarström <john@ankarstrom.se> | 2021-02-05 12:44:42 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-02-05 12:44:42 +0100 |
commit | 32201050f368531d66f633c929c6ec86eef30f60 (patch) | |
tree | a337395b105b11bed02cfff3891df559544d5586 | |
parent | dd3334cb935cbd57bd9839b8a731bd301b9ab77d (diff) | |
download | ahk-32201050f368531d66f633c929c6ec86eef30f60.tar.gz |
explorer: Remove unnecessary DLL call
-rw-r--r-- | tt.programs.explorer.ahk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tt.programs.explorer.ahk b/tt.programs.explorer.ahk index 4da1dc3..0b2b842 100644 --- a/tt.programs.explorer.ahk +++ b/tt.programs.explorer.ahk @@ -89,7 +89,6 @@ return *#LButton:: MouseGetPos,,, hwnd -DllCall("SetForegroundWindow", "UInt", hwnd) if (not DoubleClick() or not WinActive("ahk_group Explorer")) ; see tt.doubleclick.ahk { SendInput, {Click} |