Created
August 20, 2015 12:58
-
-
Save Mekajiki/09afc8604a4740db17bd to your computer and use it in GitHub Desktop.
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
<?xml version="1.0"?> | |
<root> | |
<!-- ============================================================ --> | |
<!-- appdef for microsoft remote desktop --> | |
<appdef> | |
<appname>MSREMOTEDESKTOP</appname> | |
<equal>com.microsoft.rdc.mac</equal> | |
</appdef> | |
<item> | |
<name>Swap Option and Command on Microsoft Remote Desktop</name> | |
<identifier>private.appdef</identifier> | |
<only>MSREMOTEDESKTOP</only> | |
<autogen>__KeyToKey__ KeyCode::COMMAND_L, KeyCode::OPTION_L</autogen> | |
<autogen>__KeyToKey__ KeyCode::COMMAND_R, KeyCode::OPTION_R</autogen> | |
</item> | |
<!-- ============================================================ --> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment