From 52279dd08ceb29be175ad89840be26659f299475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Dec 2020 21:30:21 +0100 Subject: 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. --- tt.windows.ahk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tt.windows.ahk') 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 -- cgit v1.2.3