Skip to content

Instantly share code, notes, and snippets.

@ytomino
Created July 25, 2019 02:21
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 ytomino/0b8a0866fa33348fb52e1411273c7057 to your computer and use it in GitHub Desktop.
Save ytomino/0b8a0866fa33348fb52e1411273c7057 to your computer and use it in GitHub Desktop.
Commands to EISUU/Kana for Karabinar Elements
{
"title": "using",
"rules": [
{
"description": "Commands to EISUU/Kana",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "left_command",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_command"
}
],
"to_if_alone": [
{
"key_code": "japanese_eisuu"
}
]
},
{
"type": "basic",
"from": {
"key_code": "right_command",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "right_command"
}
],
"to_if_alone": [
{
"key_code": "japanese_kana"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment