我的左箭头键坏了。所以我想在右 Option 键和左箭头键之间切换功能。请帮帮我。非常感谢。
答案1
您可以使用KeyRemap4MacBook. 将此文件另存为~/Library/Application Support/KeyRemap4MacBook/private.xml
:
<?xml version="1.0"?>
<root>
<item>
<name>test</name>
<identifier>test</identifier>
<autogen>__KeyToKey__ KeyCode::OPTION_R, KeyCode::CURSOR_LEFT</autogen>
<autogen>__KeyToKey__ KeyCode::CURSOR_LEFT, KeyCode::OPTION_R</autogen>
</item>
</root>
然后打开KeyRemap4MacBook,按ReloadXML按钮,并启用设置。