summaryrefslogtreecommitdiffstats
path: root/config/karabiner/assets/complex_modifications
diff options
context:
space:
mode:
Diffstat (limited to 'config/karabiner/assets/complex_modifications')
-rw-r--r--config/karabiner/assets/complex_modifications/command-escape.json54
-rw-r--r--config/karabiner/assets/complex_modifications/number-row.json390
-rw-r--r--config/karabiner/assets/complex_modifications/other-remapping.json200
-rw-r--r--config/karabiner/assets/complex_modifications/terminal-overrides.json140
4 files changed, 0 insertions, 784 deletions
diff --git a/config/karabiner/assets/complex_modifications/command-escape.json b/config/karabiner/assets/complex_modifications/command-escape.json
deleted file mode 100644
index f00158c..0000000
--- a/config/karabiner/assets/complex_modifications/command-escape.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "title": "Map Command to Escape when pressed alone",
- "rules": [
- {
- "description": "Map command to escape",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "left_command",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_command",
- "lazy": true
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "right_command",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_command",
- "lazy": true
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ]
- }
- ]
- }
- ]
-}
diff --git a/config/karabiner/assets/complex_modifications/number-row.json b/config/karabiner/assets/complex_modifications/number-row.json
deleted file mode 100644
index f56166b..0000000
--- a/config/karabiner/assets/complex_modifications/number-row.json
+++ /dev/null
@@ -1,390 +0,0 @@
-{
- "title": "Exchange numbers and symbols",
- "rules": [
- {
- "description": "Exchange numbers and symbols (1234567890 and !@#$%^&*())",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "1",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "1",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "2",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "2",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "3",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "3",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "4",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "4",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "5",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "5",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "6",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "6",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "7",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "7",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "8",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "8",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "9",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "9",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "0",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "0",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "1",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "1"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "2",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "2"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "3",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "3"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "4",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "4"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "5",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "5"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "6",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "6"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "7",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "7"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "8",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "8"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "9",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "9"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "0",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "0"
- }
- ]
- }
- ]
- }
- ]
-}
diff --git a/config/karabiner/assets/complex_modifications/other-remapping.json b/config/karabiner/assets/complex_modifications/other-remapping.json
deleted file mode 100644
index b817219..0000000
--- a/config/karabiner/assets/complex_modifications/other-remapping.json
+++ /dev/null
@@ -1,200 +0,0 @@
-{
- "title": "Other keyboard remappings",
- "rules": [
- {
- "description": "Other keyboard remappings",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "grave_accent_and_tilde",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "grave_accent_and_tilde",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "grave_accent_and_tilde"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "hyphen",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "hyphen",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "hyphen",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "hyphen"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "open_bracket",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "open_bracket",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "open_bracket",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "open_bracket"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "close_bracket",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "close_bracket",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "close_bracket",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "close_bracket"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "backslash",
- "modifiers": {
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "backslash",
- "modifiers": [
- "left_shift"
- ]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "backslash",
- "modifiers": {
- "mandatory": [
- "shift"
- ],
- "optional": [
- "caps_lock"
- ]
- }
- },
- "to": [
- {
- "key_code": "backslash"
- }
- ]
- }
- ]
- }
- ]
-}
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$"
- ]
- }
- ]
- }
- ]
- }
- ]
-}