From 8ea6b03ca5f6fc1ca6c990dc4842e9b322216f2a Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Sat, 26 Sep 2020 14:17:04 +0800 Subject: [PATCH] Do not modify key binding in intellij --- karabiner/karabiner.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json index d4afa43..f2eb9e4 100644 --- a/karabiner/karabiner.json +++ b/karabiner/karabiner.json @@ -1196,7 +1196,8 @@ "^org\\.macosforge\\.xquartz\\.X11$", "^org\\.macports\\.X11$", "^com\\.sublimetext\\.", - "^com\\.microsoft\\.VSCode$" + "^com\\.microsoft\\.VSCode$", + "^com\\.jetbrains\\.intellij$" ], "type": "frontmost_application_unless" }