aboutsummaryrefslogtreecommitdiff
path: root/tt.windows.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-15 21:30:21 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-15 21:30:21 +0100
commit52279dd08ceb29be175ad89840be26659f299475 (patch)
treef0241163f5b933e5c5953e4cb03fea57c4a70e13 /tt.windows.ahk
parent7a215bf00d1249defe7624abf17e68dc140657ad (diff)
downloadahk-52279dd08ceb29be175ad89840be26659f299475.tar.gz
Add 'keyboard' script (hotkeys for new keyboard)
The Fujitsu FKB8530 is an optionally split keyboard, without arrow keys or numpad. These hotkeys made it very much bearable to use.
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