Created
February 8, 2021 18:18
-
-
Save obedparla/2cad8f6295a2a8b62c38223c88e475b5 to your computer and use it in GitHub Desktop.
karabiner_rulessht shtshtsh
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