diff options
Diffstat (limited to 'AutoHotkey/hotkeys.ahk')
-rw-r--r-- | AutoHotkey/hotkeys.ahk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AutoHotkey/hotkeys.ahk b/AutoHotkey/hotkeys.ahk index 7a6fdb3..2f349d6 100644 --- a/AutoHotkey/hotkeys.ahk +++ b/AutoHotkey/hotkeys.ahk @@ -218,7 +218,7 @@ global NavMode := true Send "^!{Tab}"
}
#HotIf NavMode
-q::
+Capslock & q::
{
global NavMode := false
Send "{Esc}"
@@ -239,7 +239,7 @@ j:: return
}
-CapsLock & q::
+q::
{
Send "^w"
return
|