Comment 6 for bug 251408

Revision history for this message
Luka Renko (lure) wrote :

I am opening the task on hal-info package instead: I think it would be sensible to have ThinkPad's TrackPoint behaving as before - middle-button scrolling is widely used by ThinkPad users.

I think the proposed FDI file makes a lot of sense and according to the blog post, it has many positive feedback.

Proposed FDI file:

<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.XAxisMapping" type="string">6 7</merge>
 <merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
 <merge key="input.x11_options.ZAxisMapping" type="string">4 5</merge>
 <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
</match>