Created
November 11, 2016 03:34
-
-
Save MrCoffey/b6277a0eb48b0dc69616b8bab67be865 to your computer and use it in GitHub Desktop.
Karabiner configuration for Microsoft Sculpt Key Remapping for Mac OS
This file contains 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> | |
<devicevendordef> | |
<vendorname>Microsoft</vendorname> | |
<vendorid>0x045e</vendorid> | |
</devicevendordef> | |
<deviceproductdef> | |
<productname>Sculpt</productname> | |
<productid>0x07a5</productid> | |
</deviceproductdef> | |
<item> | |
<name>Remap Sculpt Alt to Command</name> | |
<appendix>This maps the Microsoft Sculpt's ALT Key to Command.</appendix> | |
<identifier>sculpt.alt_to_command</identifier> | |
<device_only>DeviceVendor::Microsoft, | |
DeviceProduct::Sculpt</device_only> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::OPTION_L, | |
KeyCode::COMMAND_L | |
</autogen> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::OPTION_R, | |
KeyCode::COMMAND_R | |
</autogen> | |
</item> | |
<item> | |
<name>Remap Sculpt Windows to Option</name> | |
<appendix>This maps the Microsoft Sculpt's Windows Key to Option.</appendix> | |
<identifier>sculpt.windows_to_option</identifier> | |
<device_only>DeviceVendor::Microsoft, | |
DeviceProduct::Sculpt</device_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