{ "description": "Change EISUU key to Control when pressed with other keys", "manipulators": [ { "from": { "key_code": "japanese_eisuu", "modifiers": { "optional": [ "any" ] } }, "to": [ { "key_code": "left_control" } ], "to_if_alone": [ { "key_code": "japanese_eisuu" } ], "type": "basic" } ] }
{ "description": "Change KANA key to Control when pressed with other keys", "manipulators": [ { "from": { "key_code": "japanese_kana", "modifiers": { "optional": [ "any" ] } }, "to": [ { "key_code": "right_control" } ], "to_if_alone": [ { "key_code": "japanese_kana" } ], "type": "basic" } ] }