Browse Source

Do not modify key binding in intellij

ubuntu_ci
Ein Verne 4 years ago
parent
commit
8ea6b03ca5
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 3
      karabiner/karabiner.json

3
karabiner/karabiner.json

@ -1196,7 +1196,8 @@
"^org\\.macosforge\\.xquartz\\.X11$", "^org\\.macosforge\\.xquartz\\.X11$",
"^org\\.macports\\.X11$", "^org\\.macports\\.X11$",
"^com\\.sublimetext\\.", "^com\\.sublimetext\\.",
"^com\\.microsoft\\.VSCode$" "^com\\.microsoft\\.VSCode$",
"^com\\.jetbrains\\.intellij$"
], ],
"type": "frontmost_application_unless" "type": "frontmost_application_unless"
} }

Loading…
Cancel
Save