diff options
-rw-r--r-- | tt.windows.ahk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tt.windows.ahk b/tt.windows.ahk index ec6532c..84f6385 100644 --- a/tt.windows.ahk +++ b/tt.windows.ahk @@ -113,6 +113,7 @@ WinSet, Enable,, ahk_id %WindowDisabled% return */ +/* ^RButton:: hwndp := WinActive("A") MouseGetPos,,, hwnd @@ -125,6 +126,7 @@ DllCall("SetForegroundWindow", "UInt", hwnd) WinSet, AlwaysOnTop, On, ahk_id %hwndp% WinSet, AlwaysOnTop, Off, ahk_id %hwndp% return +*/ ;; Fix inconsistent z-order after minimization via taskbar -------------------- |