From bf3c232d2c16f9e1504fc042792f32302a8a1f9e Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 3 May 2025 21:48:06 +0200 Subject: Finetuning shortcuts --- AutoHotkey/hotkeys.ahk | 4 ++-- 1 file 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 -- cgit v1.2.3