Skip to content

Instantly share code, notes, and snippets.

@victor-torres
Created July 18, 2015 12:43
Show Gist options
  • Save victor-torres/8cb5b5d826dce0aa5e03 to your computer and use it in GitHub Desktop.
Save victor-torres/8cb5b5d826dce0aa5e03 to your computer and use it in GitHub Desktop.
Karabiner config file for device specific inverted scroll direction
<?xml version="1.0"?>
<root>
<devicevendordef>
<vendorname>Microsoft</vendorname>
<vendorid>0x045e</vendorid>
</devicevendordef>
<deviceproductdef>
<productname>MicrosoftNanoTransceiverv2_0</productname>
<productid>0x0745</productid>
</deviceproductdef>
<item>
<name>Microsoft Mouse Scroll</name>
<identifier>custom</identifier>
<device_only>DeviceVendor::Microsoft, DeviceProduct::MicrosoftNanoTransceiverv2_0</device_only>
<autogen>__FlipScrollWheel__ Option::FLIPSCROLLWHEEL_VERTICAL</autogen>
</item>
</root>
@magse7en
Copy link

magse7en commented Apr 1, 2021

Can you tell me how to use this code with the new Karabiner elements? It seems like private.xml is out and js files are in.
Total noob here. Sorry!

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