From ffc6b6e8165518808ff31192920c80ec638ae3bb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 27 Dec 2021 20:37:30 -0500 Subject: remove a bunch of unused stuff --- .../complex_modifications/terminal-overrides.json | 140 --------------------- 1 file changed, 140 deletions(-) delete mode 100644 config/karabiner/assets/complex_modifications/terminal-overrides.json (limited to 'config/karabiner/assets/complex_modifications/terminal-overrides.json') 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$" - ] - } - ] - } - ] - } - ] -} -- cgit v1.2.3-54-g00ecf