I'm looking to map my scroll wheel tilt button to keystroke. After installing and fiddling with the configuration file an hour ago, I gave up lol.
Event viewer shows the following results from the left and right tilt buttons, respectively:
eventType:scroll code: name: flags: misc:dx:0.100 dy:0.000 dz:0.000
eventType:scroll code: name: flags: misc:dx:-0.100 dy:0.000 dz:0.000
<?xml version="1.0" encoding="utf-8"?>
<root>
<item>
<name>Logitech M705 Mouse</name>
<devicevendordef>
<vendorname>LOGITECH</vendorname>
<vendorid>0x046d</vendorid>
</devicevendordef>
<deviceproductdef>
<productname>USB_Receiver</productname>
<productid>0xc52b</productid>
</deviceproductdef>
<item>
<name>Tilt left to previous tab</name>
<identifier>private.tiltleft_previoustab</identifier>
<autogen>
--KeyToKey--
KeyCode::VK_MOUSEKEY_SCROLL_LEFT,
KeyCode::BRACKET_LEFT, ModifierFlag::COMMAND_L, ModifierFlag::SHIFT_L
</autogen>
</item>
<item>
<name>Tilt right to next tab</name>
<identifier>private.tiltright_nexttab</identifier>
<autogen>
--KeyToKey--
KeyCode::VK_MOUSEKEY_SCROLL_RIGHT,
KeyCode::BRACKET_RIGHT, ModifierFlag::COMMAND_R, ModifierFlag::SHIFT_R
</autogen>
</item>
</item>
</root>