Existe uma maneira no Emacs (Aquamacs) de alternar as teclas Cmd e Ctrl? Estou usando o Emacs no OS X e no Ubuntu (em máquinas diferentes) e estou tendo problemas para mudar os layouts do teclado. Saúde!
Responder1
Corrigido. Usei o seguinte script no 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>