Skip to content

Instantly share code, notes, and snippets.

@a3ammar
Created October 26, 2014 09:54
Show Gist options
  • Save a3ammar/fbfd260680bc4dff706c to your computer and use it in GitHub Desktop.
Save a3ammar/fbfd260680bc4dff706c to your computer and use it in GitHub Desktop.
Change Command key to Control on Emacs
<root>
<appdef>
<appname>emacs</appname>
<equal>org.gnu.Emacs</equal>
</appdef>
<item>
<name>Command to Control on Emacs</name>
<appendix>stuff</appendix>
<identifier>private.command_to_control</identifier>
<only>emacs</only>
<autogen>
__KeyToKey__
KeyCode::COMMAND_L,
KeyCode::CONTROL_L
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment