aboutsummaryrefslogtreecommitdiff
path: root/tt.windows.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'tt.windows.ahk')
-rw-r--r--tt.windows.ahk5
1 files changed, 2 insertions, 3 deletions
diff --git a/tt.windows.ahk b/tt.windows.ahk
index 84f6385..87f04e4 100644
--- a/tt.windows.ahk
+++ b/tt.windows.ahk
@@ -12,16 +12,15 @@ Gui, FakeWindow:Show, x0 y%y% AutoSize NA, FakeWindow
;; -> body
-#q::WinSet, Bottom,, A
-#a::WinSet, Top,, A
#t::WinSet, AlwaysOnTop, Toggle, A
-#y::
+#f::
WinGet, t, Transparent, A
if (t = OFF)
WinSet, Transparent, 180, A
else
WinSet, Transparent, OFF, A
return
+#g::WinSet, Top,, A
#b::WinSet, Bottom,, A
#!m::WinMove, A,, 0, 0