Karabinerの設定ファイルがうまく動かない
Macのキーボード割り当ての変更で、Karabinerのxmlファイルで追加したのですが、うまく動きません。
Karabinerのリストにチェックボックスが追加されて、そのチェックボックスはonにしていますが、全く何も起きない状況です。
以下が書いたコードなのですが、何か問題点がありますでしょうか。
<?xml version="1.0"?>
<root>
<item>
<name>Private:: BackSpace and Return Remap</name>
<item>
<name>Left Command to Backspace</name>
<appendix>Change Left Command to BackSpace</appendix>
<identifier>private.swap_lcmd_to_delete</identifier>
<autogen>
__KeyToKey__
KeyCode::COMMAND_L, ModifierFlag::NONE,
KeyCode::DELETE
</autogen>
</item>
<item>
<name>Right Command To Return</name>
<appendix>Change Right Command to Return</appendx>
<identifier>private.swap_rcmd_to_return</identifier>
<autogen>
__KeyToKey__
KeyCode::COMMAND_R, ModifierFlag::NONE,
KeyCode::RETURN
</autogen>
</item>
</item>
</root>