Created
October 26, 2014 09:54
-
-
Save a3ammar/fbfd260680bc4dff706c to your computer and use it in GitHub Desktop.
Change Command key to Control on Emacs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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