Skip to content

Instantly share code, notes, and snippets.

@Waltibaba
Waltibaba / hp elitebook 8470p xinput scrolling emulation
Created November 16, 2015 21:22
For HP Elitebooks with only 2 trackpoint buttons
xinput --set-prop 14 "Evdev Wheel Emulation" 1
xinput --set-prop 14 "Evdev Wheel Emulation Button" 3
xinput --set-button-map 14 1 3 2 4 5
xinput --set-prop 14 "Evdev Third Button Emulation" 1
xinput --set-prop 14 "Evdev Third Button Emulation Button" 2
xinput --set-prop 14 "Evdev Third Button Emulation Timeout" 300