summaryrefslogtreecommitdiffstats
path: root/config/karabiner/assets/complex_modifications/terminal-overrides.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/karabiner/assets/complex_modifications/terminal-overrides.json')
-rw-r--r--config/karabiner/assets/complex_modifications/terminal-overrides.json140
1 files changed, 0 insertions, 140 deletions
diff --git a/config/karabiner/assets/complex_modifications/terminal-overrides.json b/config/karabiner/assets/complex_modifications/terminal-overrides.json
deleted file mode 100644
index 594d9e6..0000000
--- a/config/karabiner/assets/complex_modifications/terminal-overrides.json
+++ /dev/null
@@ -1,140 +0,0 @@
-{
- "title": "Terminal overrides",
- "rules": [
- {
- "description": "Swap command and control in terminal applications",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "left_command",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_control",
- "lazy": true
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ],
- "conditions": [
- {
- "type": "frontmost_application_if",
- "bundle_identifiers": [
- "^com\\.apple\\.Terminal$",
- "^com\\.googlecode\\.iterm2$",
- "^co\\.zeit\\.hyperterm$",
- "^co\\.zeit\\.hyper$",
- "^io\\.alacritty$",
- "^net\\.kovidgoyal\\.kitty$"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "left_control",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_command",
- "lazy": true
- }
- ],
- "conditions": [
- {
- "type": "frontmost_application_if",
- "bundle_identifiers": [
- "^com\\.apple\\.Terminal$",
- "^com\\.googlecode\\.iterm2$",
- "^co\\.zeit\\.hyperterm$",
- "^co\\.zeit\\.hyper$",
- "^io\\.alacritty$",
- "^net\\.kovidgoyal\\.kitty$"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "right_command",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_control",
- "lazy": true
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ],
- "conditions": [
- {
- "type": "frontmost_application_if",
- "bundle_identifiers": [
- "^com\\.apple\\.Terminal$",
- "^com\\.googlecode\\.iterm2$",
- "^co\\.zeit\\.hyperterm$",
- "^co\\.zeit\\.hyper$",
- "^io\\.alacritty$",
- "^net\\.kovidgoyal\\.kitty$"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "right_control",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_command",
- "lazy": true
- }
- ],
- "conditions": [
- {
- "type": "frontmost_application_if",
- "bundle_identifiers": [
- "^com\\.apple\\.Terminal$",
- "^com\\.googlecode\\.iterm2$",
- "^co\\.zeit\\.hyperterm$",
- "^co\\.zeit\\.hyper$",
- "^io\\.alacritty$",
- "^net\\.kovidgoyal\\.kitty$"
- ]
- }
- ]
- }
- ]
- }
- ]
-}