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