在 Emacs (Aquamacs) 中有没有办法切换 Cmd 和 Ctrl 键?我在 OS X 和 Ubuntu(在不同的机器上)中使用 Emacs,在切换键盘布局时遇到了一些麻烦。谢谢!
答案1
已修复。我在 KeyRemap4MacBook 中使用了以下脚本:
<?xml version="1.0"?>
<root>
<appdef>
<appname>AQUAMACS</appname>
<equal>org.gnu.Aquamacs</equal>
</appdef>
<item>
<name>Switch Ctrl and Cmd in Aquamacs</name>
<identifier>private.appdef</identifier>
<only>AQUAMACS</only>
<autogen>--KeyToKey-- KeyCode::COMMAND_L, KeyCode::CONTROL_L</autogen>
<autogen>--KeyToKey-- KeyCode::CONTROL_L, KeyCode::COMMAND_L</autogen>
</item>
</root>