Skip to content

Instantly share code, notes, and snippets.

@dennyabraham
Last active September 30, 2016 20:38
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 dennyabraham/8e8423232264ce325f1e to your computer and use it in GitHub Desktop.
Save dennyabraham/8e8423232264ce325f1e to your computer and use it in GitHub Desktop.
karabiner config for ms sculpt
<?xml version="1.0"?>
<root>
<devicevendordef>
<vendorname>MSFT</vendorname>
<vendorid>0x045e</vendorid>
</devicevendordef>
<deviceproductdef>
<productname>SCULPT</productname>
<productid>0x07a5</productid>
</deviceproductdef>
<item>
<name>map sculpt back button</name>
<identifier>remap.sculpt.backbutton</identifier>
<device_only>DeviceVendor::MSFT, DeviceProduct::SCULPT</device_only>
<autogen>__KeyToKey__ PointingButton::BUTTON4, KeyCode::BRACKET_LEFT, ModifierFlag::COMMAND_L</autogen>
</item>
<item>
<name>map sculpt window button to forward</name>
<identifier>remap.sculpt.windowsbuttons</identifier>
<device_only>DeviceVendor::MSFT, DeviceProduct::SCULPT</device_only>
<autogen>__KeyToKey__ KeyCode::PC_APPLICATION, KeyCode::BRACKET_RIGHT, ModifierFlag::COMMAND_L</autogen>
</item>
</root>
@dennyabraham
Copy link
Author

I haven't yet found the keycode for launchpad, this is just a stand-in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment