Skip to content

Instantly share code, notes, and snippets.

@umezo
Created July 13, 2016 04:31
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 umezo/447de14fe33b7f305a9a39f9f84d640f to your computer and use it in GitHub Desktop.
Save umezo/447de14fe33b7f305a9a39f9f84d640f to your computer and use it in GitHub Desktop.
Karabiner xml for Zelotes C12 gaming mouse
<item>
<name>zelotes key to mouse button</name>
<list>
<item>
<devicevendordef>
<vendorname>ZELOTES</vendorname>
<vendorid>0x04d9</vendorid>
</devicevendordef>
<deviceproductdef>
<productname>C12</productname>
<productid>0xa09f</productid>
</deviceproductdef>
<name>numkey to mouse button</name>
<appendix>4,5,6,7,8,9</appendix>
<identifier>zelotes_key_to_pointing_button</identifier>
<device_only>DeviceVendor::ZELOTES, DeviceProduct::C12</device_only>
<autogen>--KeyToKey-- KeyCode::4, PointingButton::BUTTON4</autogen>
<autogen>--KeyToKey-- KeyCode::5, PointingButton::BUTTON5</autogen>
<autogen>--KeyToKey-- KeyCode::6, PointingButton::BUTTON6</autogen>
<autogen>--KeyToKey-- KeyCode::7, PointingButton::BUTTON7</autogen>
<autogen>--KeyToKey-- KeyCode::8, PointingButton::BUTTON8</autogen>
<autogen>--KeyToKey-- KeyCode::9, PointingButton::BUTTON9</autogen>
</item>
</list>
</item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment