Skip to content

Instantly share code, notes, and snippets.

@hyuki
Created May 10, 2023 20:59
Show Gist options
  • Select an option

  • Save hyuki/df0b9a3807a9a15c6228866665c6defa to your computer and use it in GitHub Desktop.

Select an option

Save hyuki/df0b9a3807a9a15c6228866665c6defa to your computer and use it in GitHub Desktop.
Change Left Control + J to kana (for Karabiner-Elements)
{
"title": "Change Left Control+J to kana",
"rules": [
{
"description": "Change Left Control+J to kana",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"left_control"
]
}
},
"to": [
{
"key_code": "japanese_kana"
}
]
}
]
}
]
}