Created
May 10, 2023 20:59
-
-
Save hyuki/df0b9a3807a9a15c6228866665c6defa to your computer and use it in GitHub Desktop.
Change Left Control + J to kana (for Karabiner-Elements)
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": "Change Left Control+J to kana", | |
| "rules": [ | |
| { | |
| "description": "Change Left Control+J to kana", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { | |
| "key_code": "j", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_control" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "japanese_kana" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://genesy.github.io/karabiner-complex-rules-generator/#eyJ0aXRsZSI6IkNoYW5nZSBMZWZ0IENvbnRyb2wrSiB0byBrYW5hIiwicnVsZXMiOlt7ImRlc2NyaXB0aW9uIjoiQ2hhbmdlIExlZnQgQ29udHJvbCtKIHRvIGthbmEiLCJtYW5pcHVsYXRvcnMiOlt7InR5cGUiOiJiYXNpYyIsImZyb20iOnsia2V5X2NvZGUiOiJqIiwibW9kaWZpZXJzIjp7Im1hbmRhdG9yeSI6WyJsZWZ0X2NvbnRyb2wiXX19LCJ0byI6W3sia2V5X2NvZGUiOiJqYXBhbmVzZV9rYW5hIn1dfV19XX0=