Skip to content

Instantly share code, notes, and snippets.

@obedparla
Created February 8, 2021 18:18
Show Gist options
  • Save obedparla/80f6287c11e022d96dedff28bff00901 to your computer and use it in GitHub Desktop.
Save obedparla/80f6287c11e022d96dedff28bff00901 to your computer and use it in GitHub Desktop.
karabiner_rulessht shtsh
"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