Last active
December 8, 2016 12:49
-
-
Save teppeis/2fd261b53f9e1d9aa2cd to your computer and use it in GitHub Desktop.
Karabiner settings for Microsoft Remote 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> | |
<appname>MicrosoftRDC</appname> | |
<equal>com.microsoft.rdc.mac</equal> | |
</appdef> | |
<symbol_map type="KeyCode" name="RDC_VK_HOME" value="0x73"/> | |
<symbol_map type="KeyCode" name="RDC_VK_END" value="0x77"/> | |
<item> | |
<name>Microsoft Remote Desktop App v8.0.14+</name> | |
<!-- from http://fanblogs.jp/macyarounanoka/archive/134/0 --> | |
<identifier>private.Microsoft_rdc_Custom</identifier> | |
<!-- Microsoft Remote Desktopのみを対象にする --> | |
<only>MicrosoftRDC</only> | |
<!-- 英数キーをENDキーに置き換え --> | |
<autogen>__KeyToKey__ KeyCode::JIS_EISUU, KeyCode::RDC_VK_END</autogen> | |
<!-- カナキーをHOMEキーに置き換え --> | |
<autogen>__KeyToKey__ KeyCode::JIS_KANA, KeyCode::RDC_VK_HOME</autogen> | |
<!-- 左Commandキーを左Optionキー(Windowsでは左Alt)に置き換え --> | |
<autogen>__KeyToKey__ KeyCode::COMMAND_L, KeyCode::OPTION_L</autogen> | |
<!-- 右Commandキーを右Ctrlキーに置き換え --> | |
<autogen>__KeyToKey__ KeyCode::COMMAND_R, KeyCode::CONTROL_R</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment