From 9680f819558d134c6a183c2237e0f4e50553c8ce Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 14 Feb 2025 22:44:15 +0000 Subject: [PATCH] fix(karabiner/ctrl-g): send ESC instead of ctrl+g to Cursor --- karabiner/emacs-ctrl-g-to-esc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/karabiner/emacs-ctrl-g-to-esc.json b/karabiner/emacs-ctrl-g-to-esc.json index fdd9126..cdcb057 100644 --- a/karabiner/emacs-ctrl-g-to-esc.json +++ b/karabiner/emacs-ctrl-g-to-esc.json @@ -48,8 +48,7 @@ "^org\\.macosforge\\.xquartz\\.X11$", "^org\\.macports\\.X11$", "^com\\.sublimetext\\.", - "^com\\.microsoft\\.VSCode$", - "^com\\.todesktop\\." + "^com\\.microsoft\\.VSCode$" ], "type": "frontmost_application_unless" }