Skip to content

Instantly share code, notes, and snippets.

@obedparla
Created February 8, 2021 18:18
Show Gist options
  • Save obedparla/0af6c31967ec23940b5f0047da25a9c1 to your computer and use it in GitHub Desktop.
Save obedparla/0af6c31967ec23940b5f0047da25a9c1 to your computer and use it in GitHub Desktop.
Obed's karabiner rules
"rules": [
{
"description": "button5 left space",
"manipulators": [
{
"from": {
"pointing_button": "button5"
},
"to": [
{
"key_code": "left_arrow",
"modifiers": [
"left_control"
]
}
],
"type": "basic"
}
]
},
{
"description": "button4 right space",
"manipulators": [
{
"from": {
"pointing_button": "button4"
},
"to": [
{
"key_code": "right_arrow",
"modifiers": [
"left_control"
]
}
],
"type": "basic"
}
]
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment