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 18, 2020
# tab75
# reset all
$ left alt + right alt
# bluetooth
$ pn + left alt 3 sec
$ pn + j
# win bind
$ pn + q
# switch layer 1
$ pn + m
# switch fn
$ fn + left shift 3 sec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment