Skip to content

Instantly share code, notes, and snippets.

Created September 23, 2017 10:12
Show Gist options
  • Save anonymous/d73dc5ad80901eb7fdababcf10c4ce4d to your computer and use it in GitHub Desktop.
Save anonymous/d73dc5ad80901eb7fdababcf10c4ce4d to your computer and use it in GitHub Desktop.
{
"title" : "For Japanese (日本語環境向けの設定) for o++VQoGb0",
"rules": [
{
"description" : "左コマンドキー+スペースで英数、右コマンドキー+スペースかなキーを送信する。",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "spacebar",
"modifiers": {
"mandatory": [
"left_command"
]
}
},
"to": [
{
"key_code": "japanese_eisuu"
}
]
},
{
"type": "basic",
"from": {
"key_code": "spacebar",
"modifiers": {
"mandatory": [
"right_command"
]
}
},
"to": [
{
"key_code": "japanese_kana"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment