Created
March 2, 2019 03:05
-
-
Save kasecato/cd3d77b0e5ab679f8ff3db99263d955d to your computer and use it in GitHub Desktop.
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
{ | |
"title": "Japanese", | |
"rules": [ | |
{ | |
"description": "Shift + Space to next input method", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "spacebar", | |
"modifiers": { | |
"mandatory": [ | |
"shift" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "open_bracket", | |
"modifiers": [ | |
"option" | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Author
kasecato
commented
Mar 19, 2020
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment