From b37052f3ea45c105a3b8397eb2ac371940154d8a Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Thu, 30 May 2024 10:02:47 -0700 Subject: [PATCH] Switch from capslock to hyper --- main.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ahk b/main.ahk index 29ed391..7aa4292 100644 --- a/main.ahk +++ b/main.ahk @@ -22,7 +22,7 @@ OnClipboardChange DownloadYoutubeVideo ; Pressing the hotkey again goes back to the previously focused window. prevWindow := 0 -CapsLock & t:: ; Capslock+t to open a terminal +^!+#t:: ; Capslock+t to open a terminal { global prevWindow @@ -109,7 +109,7 @@ ArrangeWindows(wParam, lParam, msg, hwnd) ; Listen for the monitor change event OnMessage(0x007E, ArrangeWindows) -CapsLock & a:: ; Capslock+a to arrange windows +^!+#a:: ; Capslock+a to arrange windows { keyArr := [] For Key In monitorConfigurations