Skip to content

Instantly share code, notes, and snippets.

@MrCoffey
Created November 11, 2016 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrCoffey/b6277a0eb48b0dc69616b8bab67be865 to your computer and use it in GitHub Desktop.
Save MrCoffey/b6277a0eb48b0dc69616b8bab67be865 to your computer and use it in GitHub Desktop.
Karabiner configuration for Microsoft Sculpt Key Remapping for Mac OS
<?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