@
garipan <?xml version="1.0"?>
<root>
<item>
<name>通用自定义---xhcnb</name>
<list>
<item>
<name>Alt + HJKL 做为上下左右</name>
<appendix>Alt+H to 左</appendix>
<appendix>Alt+J to 下</appendix>
<appendix>Alt+K to 上</appendix>
<appendix>Alt+L to 右</appendix>
<identifier>private.common.dir_key_remap</identifier>
<autogen>
__KeyToKey__
KeyCode::K, ModifierFlag::OPTION_L,
KeyCode::CURSOR_UP
</autogen>
<autogen>
__KeyToKey__
KeyCode::J, ModifierFlag::OPTION_L,
KeyCode::CURSOR_DOWN
</autogen>
<autogen>
__KeyToKey__
KeyCode::H, ModifierFlag::OPTION_L,
KeyCode::CURSOR_LEFT
</autogen>
<autogen>
__KeyToKey__
KeyCode::L, ModifierFlag::OPTION_L,
KeyCode::CURSOR_RIGHT
</autogen>
</item>
<item>
<name>Cmd+Esc -> Cmd+~</name>
<appendix>Cmd+Esc -> Cmd+~</appendix>
<identifier>private.common.cmd_esc_key_remap</identifier>
<autogen>--KeyToKey-- KeyCode::ESCAPE, ModifierFlag::COMMAND_L,
KeyCode::BACKQUOTE, ModifierFlag::COMMAND_L
</autogen>
</item>
</list>
</item>
</root>