Last active
July 11, 2017 08:31
-
-
Save ktakayama/e00603cc2cf2e495a5d9abfb3d4000ac to your computer and use it in GitHub Desktop.
Ctrl-J to eisuu + Ctrl-J
This file contains 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": "Ctrl-J to eisuu + Ctrl-J", | |
"rules": [ | |
{ | |
"description": "Ctrl-J to eisuu + Ctrl-J", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "j", | |
"modifiers": { | |
"mandatory": [ | |
"control" | |
], | |
"optional": [ | |
"caps_lock", | |
"option" | |
] | |
} | |
}, | |
"to": [ | |
{ | |
"key_code": "j", | |
"modifiers": [ | |
"control" | |
] | |
}, | |
{ | |
"key_code": "japanese_eisuu" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
↓ このURLをブラウザにコピペして貼り付けたらインポートできます。
karabiner://karabiner/assets/complex_modifications/import?url=https://gist.github.com/ktakayama/e00603cc2cf2e495a5d9abfb3d4000ac/raw/d4156bc9c08080f556e58aceca386b9bf8c4f9c8/c-j_to_eisuu+c-j.json