Skip to content

Instantly share code, notes, and snippets.

@Mekajiki
Created August 20, 2015 12:58
Show Gist options
  • Save Mekajiki/09afc8604a4740db17bd to your computer and use it in GitHub Desktop.
Save Mekajiki/09afc8604a4740db17bd to your computer and use it in GitHub Desktop.
<?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