Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ZacharyJacobCollins/24689e5fee28981dbd629bc5360b5e1c to your computer and use it in GitHub Desktop.

Select an option

Save ZacharyJacobCollins/24689e5fee28981dbd629bc5360b5e1c to your computer and use it in GitHub Desktop.
Karabiner - Elements - Lenovo TrackPoint Keyboard II - Keybindings
{
"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