Karabiner-Elements について
macOS で Karabiner-Elements によって
絵文字を初期の Ctrl+Command+Space から Ctrl+Shift+Space に変更したく、
json を書いているのですが、うまく動作しません。
Karabiner-Elements の Complex modifications には表示されます。
記述に誤りがあると思いますので、訂正して頂けると嬉しいです。
以下、json の記述になります。
{
"title": "絵文字のショートカットを変更",
"rules": [{
"description": "絵文字のショートカット変更",
"manipulators": [{
"type": "basic",
"from": {
"key_code": "control",
"modifiers": ["command", "spacebar"]
},
"to":[{
"key_code": "control",
"modifiers": ["shift", "spacerbar"]
}]
}
]
}
]
}
<動作環境>
デバイス:iMac Late 2012
OS:macOS Catalina v10.15.7
Karabiner-Elements バージョン:v12.10.0