From d1d95c62ef29b34baae58f92be18c170af0dfbd5 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Mon, 24 Aug 2020 16:04:56 +0800 Subject: [PATCH] Exclude intellij in karabiner config --- karabiner/karabiner.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json index 1847825..3a48a49 100644 --- a/karabiner/karabiner.json +++ b/karabiner/karabiner.json @@ -152,7 +152,8 @@ "^org\\.macosforge\\.xquartz\\.X11$", "^org\\.macports\\.X11$", "^com\\.sublimetext\\.", - "^com\\.microsoft\\.VSCode$" + "^com\\.microsoft\\.VSCode$", + "^com\\.jetbrains\\.intellij$" ], "type": "frontmost_application_unless" } @@ -2975,4 +2976,4 @@ } } ] -} \ No newline at end of file +}