Created
March 20, 2026 15:35
-
-
Save ZacharyJacobCollins/24689e5fee28981dbd629bc5360b5e1c to your computer and use it in GitHub Desktop.
Karabiner - Elements - Lenovo TrackPoint Keyboard II - Keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "description": "TrackPoint Keyboard II - Keybindings", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "identifiers": [ | |
| { | |
| "product_id": 24801, | |
| "vendor_id": 6127 | |
| }, | |
| { | |
| "product_id": 24814, | |
| "vendor_id": 6127 | |
| } | |
| ], | |
| "type": "device_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "left_command", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [{ "key_code": "left_option" }], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "identifiers": [ | |
| { | |
| "product_id": 24801, | |
| "vendor_id": 6127 | |
| }, | |
| { | |
| "product_id": 24814, | |
| "vendor_id": 6127 | |
| } | |
| ], | |
| "type": "device_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "left_option", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [{ "key_code": "left_command" }], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "identifiers": [ | |
| { | |
| "product_id": 24801, | |
| "vendor_id": 6127 | |
| }, | |
| { | |
| "product_id": 24814, | |
| "vendor_id": 6127 | |
| } | |
| ], | |
| "type": "device_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "right_command", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [{ "key_code": "right_option" }], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "identifiers": [ | |
| { | |
| "product_id": 24801, | |
| "vendor_id": 6127 | |
| }, | |
| { | |
| "product_id": 24814, | |
| "vendor_id": 6127 | |
| } | |
| ], | |
| "type": "device_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "right_option", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [{ "key_code": "right_command" }], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "identifiers": [ | |
| { | |
| "product_id": 24801, | |
| "vendor_id": 6127 | |
| }, | |
| { | |
| "product_id": 24814, | |
| "vendor_id": 6127 | |
| } | |
| ], | |
| "type": "device_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "open_bracket", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_arrow", | |
| "modifiers": ["control"] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "identifiers": [ | |
| { | |
| "product_id": 24801, | |
| "vendor_id": 6127 | |
| }, | |
| { | |
| "product_id": 24814, | |
| "vendor_id": 6127 | |
| } | |
| ], | |
| "type": "device_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "close_bracket", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_arrow", | |
| "modifiers": ["control"] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "identifiers": [ | |
| { | |
| "product_id": 24801, | |
| "vendor_id": 6127 | |
| }, | |
| { | |
| "product_id": 24814, | |
| "vendor_id": 6127 | |
| } | |
| ], | |
| "type": "device_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "backslash", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "up_arrow", | |
| "modifiers": ["control"] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment