Comment 57 for bug 282387

Revision history for this message
Aurimas FiĊĦeras (aurimas-gmail) wrote :

Chris Jones:
tried your package and with it installed scrollwheel emulation works only in Up direction.

Maybe something is wrong with my scrollwheel emulation configuration?
<match key="info.product" string="TPPS/2 IBM TrackPoint">
 <merge key="input.x11_options.EmulateWheel" type="string">true</merge>
 <merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
 <merge key="input.x11_options.ZAxsisMapping" type="string">4 5</merge>
 <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
 <merge key="input.x11_options.EmulateWheelTimeout" type="string">150</merge>
</match>

Or I simply mess up something while building the package.