Skip to content

Instantly share code, notes, and snippets.

@todokr
Last active April 16, 2018 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todokr/237f863ce7ee6c775d8f6a0d4e009a31 to your computer and use it in GitHub Desktop.
Save todokr/237f863ce7ee6c775d8f6a0d4e009a31 to your computer and use it in GitHub Desktop.
~/.config/karabiner/assets/complex_modifications/karabiner-thinkpad.json
{
"title": "Thinkpad keyboard",
"rules": [
{
"description": "Button3 => Cmd + Button3",
"manipulators": [
{ "type": "basic",
"from": {
"pointing_button": "button3"
}
},
{ "type": "basic",
"from": {
"pointing_button": "button3",
"modifiers": { "mandatory": [ "command" ] }
},
"to": [
{ "pointing_button": "button3" }
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment