From b7291638a1d36db015329767b64e0a98c063722c Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sat, 18 Jan 2025 11:24:48 +0800 Subject: [PATCH] switch esc behavior --- nixos/modules/kanata.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/kanata.nix b/nixos/modules/kanata.nix index deb45b0..e5ff8e2 100644 --- a/nixos/modules/kanata.nix +++ b/nixos/modules/kanata.nix @@ -43,7 +43,7 @@ in (defalias cac (tap-hold 190 190 esc lctrl) ;; hold CapsLock → Esc, press CapsLock → LCtrl - esc-behavior (tap-hold 190 190 caps esc) ;; press Esc → CapsLock, hold Esc → Esc + esc-behavior (tap-hold 190 190 esc caps) ;; hold Esc → CapsLock, press Esc → Esc ) ''; };