diff options
-rw-r--r-- | AutoHotkey/hotkeys.ahk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/AutoHotkey/hotkeys.ahk b/AutoHotkey/hotkeys.ahk index 1471223..7a6fdb3 100644 --- a/AutoHotkey/hotkeys.ahk +++ b/AutoHotkey/hotkeys.ahk @@ -239,6 +239,11 @@ j:: return
}
+CapsLock & q::
+{
+ Send "^w"
+ return
+}
k::
{
Send "{Up}"
|