Created
February 8, 2021 18:18
-
-
Save obedparla/80f6287c11e022d96dedff28bff00901 to your computer and use it in GitHub Desktop.
karabiner_rulessht shtsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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