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/command-escape.json | 54 -- .../assets/complex_modifications/number-row.json | 390 -------- .../complex_modifications/other-remapping.json | 200 ---- .../complex_modifications/terminal-overrides.json | 140 --- config/karabiner/karabiner.json | 1018 -------------------- 5 files changed, 1802 deletions(-) delete mode 100644 config/karabiner/assets/complex_modifications/command-escape.json delete mode 100644 config/karabiner/assets/complex_modifications/number-row.json delete mode 100644 config/karabiner/assets/complex_modifications/other-remapping.json delete mode 100644 config/karabiner/assets/complex_modifications/terminal-overrides.json delete mode 100644 config/karabiner/karabiner.json (limited to 'config') 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$" - ] - } - ] - } - ] - } - ] -} diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json deleted file mode 100644 index 9bf0cbb..0000000 --- a/config/karabiner/karabiner.json +++ /dev/null @@ -1,1018 +0,0 @@ -{ - "global": { - "check_for_updates_on_startup": true, - "show_in_menu_bar": true, - "show_profile_name_in_menu_bar": false - }, - "profiles": [ - { - "complex_modifications": { - "parameters": { - "basic.simultaneous_threshold_milliseconds": 50, - "basic.to_delayed_action_delay_milliseconds": 500, - "basic.to_if_alone_timeout_milliseconds": 500, - "basic.to_if_held_down_threshold_milliseconds": 200 - }, - "rules": [ - { - "description": "Swap command and control in terminal applications", - "manipulators": [ - { - "conditions": [ - { - "bundle_identifiers": [ - "^com\\.apple\\.Terminal$", - "^com\\.googlecode\\.iterm2$", - "^co\\.zeit\\.hyperterm$", - "^co\\.zeit\\.hyper$", - "^io\\.alacritty$", - "^net\\.kovidgoyal\\.kitty$" - ], - "type": "frontmost_application_if" - } - ], - "from": { - "key_code": "left_command", - "modifiers": { - "optional": [ - "any" - ] - } - }, - "to": [ - { - "key_code": "left_control", - "lazy": true - } - ], - "to_if_alone": [ - { - "key_code": "escape" - } - ], - "type": "basic" - }, - { - "conditions": [ - { - "bundle_identifiers": [ - "^com\\.apple\\.Terminal$", - "^com\\.googlecode\\.iterm2$", - "^co\\.zeit\\.hyperterm$", - "^co\\.zeit\\.hyper$", - "^io\\.alacritty$", - "^net\\.kovidgoyal\\.kitty$" - ], - "type": "frontmost_application_if" - } - ], - "from": { - "key_code": "left_control", - "modifiers": { - "optional": [ - "any" - ] - } - }, - "to": [ - { - "key_code": "left_command", - "lazy": true - } - ], - "type": "basic" - }, - { - "conditions": [ - { - "bundle_identifiers": [ - "^com\\.apple\\.Terminal$", - "^com\\.googlecode\\.iterm2$", - "^co\\.zeit\\.hyperterm$", - "^co\\.zeit\\.hyper$", - "^io\\.alacritty$", - "^net\\.kovidgoyal\\.kitty$" - ], - "type": "frontmost_application_if" - } - ], - "from": { - "key_code": "right_command", - "modifiers": { - "optional": [ - "any" - ] - } - }, - "to": [ - { - "key_code": "right_control", - "lazy": true - } - ], - "to_if_alone": [ - { - "key_code": "escape" - } - ], - "type": "basic" - }, - { - "conditions": [ - { - "bundle_identifiers": [ - "^com\\.apple\\.Terminal$", - "^com\\.googlecode\\.iterm2$", - "^co\\.zeit\\.hyperterm$", - "^co\\.zeit\\.hyper$", - "^io\\.alacritty$", - "^net\\.kovidgoyal\\.kitty$" - ], - "type": "frontmost_application_if" - } - ], - "from": { - "key_code": "right_control", - "modifiers": { - "optional": [ - "any" - ] - } - }, - "to": [ - { - "key_code": "right_command", - "lazy": true - } - ], - "type": "basic" - } - ] - }, - { - "description": "Map command to escape", - "manipulators": [ - { - "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" - } - ], - "type": "basic" - } - ] - }, - { - "description": "Exchange numbers and symbols (1234567890 and !@#$%^&*())", - "manipulators": [ - { - "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" - } - ], - "type": "basic" - } - ] - }, - { - "description": "Other keyboard remappings", - "manipulators": [ - { - "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" - } - ], - "type": "basic" - } - ] - } - ] - }, - "devices": [ - { - "disable_built_in_keyboard_if_exists": false, - "fn_function_keys": [], - "identifiers": { - "is_keyboard": true, - "is_pointing_device": false, - "product_id": 361, - "vendor_id": 1241 - }, - "ignore": false, - "manipulate_caps_lock_led": false, - "simple_modifications": [ - { - "from": { - "key_code": "left_command" - }, - "to": { - "key_code": "left_option" - } - }, - { - "from": { - "key_code": "left_option" - }, - "to": { - "key_code": "left_command" - } - }, - { - "from": { - "key_code": "right_command" - }, - "to": { - "key_code": "right_option" - } - }, - { - "from": { - "key_code": "right_option" - }, - "to": { - "key_code": "right_command" - } - } - ] - }, - { - "disable_built_in_keyboard_if_exists": false, - "fn_function_keys": [], - "identifiers": { - "is_keyboard": true, - "is_pointing_device": false, - "product_id": 2082, - "vendor_id": 6134 - }, - "ignore": false, - "manipulate_caps_lock_led": false, - "simple_modifications": [ - { - "from": { - "key_code": "left_alt" - }, - "to": { - "key_code": "left_command" - } - }, - { - "from": { - "key_code": "left_gui" - }, - "to": { - "key_code": "left_option" - } - }, - { - "from": { - "key_code": "right_alt" - }, - "to": { - "key_code": "right_option" - } - }, - { - "from": { - "key_code": "right_gui" - }, - "to": { - "key_code": "right_command" - } - } - ] - } - ], - "fn_function_keys": [ - { - "from": { - "key_code": "f1" - }, - "to": { - "consumer_key_code": "mute" - } - }, - { - "from": { - "key_code": "f2" - }, - "to": { - "consumer_key_code": "volume_decrement" - } - }, - { - "from": { - "key_code": "f3" - }, - "to": { - "consumer_key_code": "volume_increment" - } - }, - { - "from": { - "key_code": "f4" - }, - "to": { - "key_code": "vk_none" - } - }, - { - "from": { - "key_code": "f5" - }, - "to": { - "consumer_key_code": "display_brightness_decrement" - } - }, - { - "from": { - "key_code": "f6" - }, - "to": { - "consumer_key_code": "display_brightness_increment" - } - }, - { - "from": { - "key_code": "f7" - }, - "to": { - "key_code": "vk_none" - } - }, - { - "from": { - "key_code": "f8" - }, - "to": { - "key_code": "f8" - } - }, - { - "from": { - "key_code": "f9" - }, - "to": { - "key_code": "vk_none" - } - }, - { - "from": { - "key_code": "f10" - }, - "to": { - "key_code": "f18" - } - }, - { - "from": { - "key_code": "f11" - }, - "to": { - "key_code": "vk_none" - } - }, - { - "from": { - "key_code": "f12" - }, - "to": { - "key_code": "vk_none" - } - } - ], - "name": "Default profile", - "selected": true, - "simple_modifications": [ - { - "from": { - "consumer_key_code": "fastforward" - }, - "to": { - "key_code": "vk_none" - } - }, - { - "from": { - "consumer_key_code": "play_or_pause" - }, - "to": { - "key_code": "vk_none" - } - }, - { - "from": { - "consumer_key_code": "rewind" - }, - "to": { - "key_code": "vk_none" - } - }, - { - "from": { - "key_code": "caps_lock" - }, - "to": { - "key_code": "fn" - } - } - ], - "virtual_hid_keyboard": { - "caps_lock_delay_milliseconds": 0, - "country_code": 0, - "keyboard_type": "ansi" - } - } - ] -} -- cgit v1.2.3-54-g00ecf