Skip to content

Instantly share code, notes, and snippets.

@k3174r0
Created December 5, 2017 11:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save k3174r0/82b117fe092b804cfde9c578cc2dbaf5 to your computer and use it in GitHub Desktop.
Save k3174r0/82b117fe092b804cfde9c578cc2dbaf5 to your computer and use it in GitHub Desktop.
setting for karabiner-elements to use trackpoint keyboard on mac OS sierra.
{
"title": " Thinkpad keyboard",
"rules": [
{
"description": "中クリック問題",
"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