From 434891666ba1df1b21a6c1126731d208865d33ea Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 3 May 2025 18:06:29 +0200 Subject: Finetuned shortcuts --- AutoHotkey/hotkeys.ahk | 5 +++++ 1 file changed, 5 insertions(+) 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}" -- cgit v1.2.3