Skip to content

Instantly share code, notes, and snippets.

@matsuoshi
Last active July 14, 2022 01:12
Show Gist options
  • Select an option

  • Save matsuoshi/12fd9b9a7c50b240729067d949952243 to your computer and use it in GitHub Desktop.

Select an option

Save matsuoshi/12fd9b9a7c50b240729067d949952243 to your computer and use it in GitHub Desktop.
karabiner, Eisuu to Command
{
"title": "Cmd-Eisuu-Kana",
"rules": [
{
"description": "cmd to eisuu and kana",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "left_command",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_command",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "japanese_eisuu"
}
]
},
{
"type": "basic",
"from": {
"key_code": "japanese_eisuu",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_command",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "japanese_eisuu"
}
]
},
{
"type": "basic",
"from": {
"key_code": "right_command",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "right_command",
"lazy": true
}
],
"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