From cd26c0fae520d3233972de6e060031af838b27f4 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 15 Apr 2026 00:07:45 -0400 Subject: [PATCH] chore: escape key rebind --- config/karabiner/karabiner.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index c65b57a..3016513 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -334,6 +334,10 @@ { "from": { "key_code": "right_command" }, "to": [{ "key_code": "right_option" }] + }, + { + "from": { "key_code": "escape" }, + "to": [{ "key_code": "grave_accent_and_tilde" }] } ] }