Skip to content

Instantly share code, notes, and snippets.

@ktakayama
Last active July 11, 2017 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktakayama/e00603cc2cf2e495a5d9abfb3d4000ac to your computer and use it in GitHub Desktop.
Save ktakayama/e00603cc2cf2e495a5d9abfb3d4000ac to your computer and use it in GitHub Desktop.
Ctrl-J to eisuu + Ctrl-J
{
"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"
}
]
}
]
}
]
}
@ktakayama
Copy link
Author

ktakayama commented Jul 11, 2017

↓ このURLをブラウザにコピペして貼り付けたらインポートできます。
karabiner://karabiner/assets/complex_modifications/import?url=https://gist.github.com/ktakayama/e00603cc2cf2e495a5d9abfb3d4000ac/raw/d4156bc9c08080f556e58aceca386b9bf8c4f9c8/c-j_to_eisuu+c-j.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment