diff options
author | admin <contact@optics-design.com> | 2025-05-03 18:06:29 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-03 18:06:29 +0200 |
commit | 434891666ba1df1b21a6c1126731d208865d33ea (patch) | |
tree | d126123d435127d3aefdcc1b23c490aebca676f4 /AutoHotkey | |
parent | 31dc93230399593688781e62b06c235aeffab668 (diff) |
Finetuned shortcuts
Diffstat (limited to 'AutoHotkey')
-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}"
|