Summary: | Pressing EmulateWheel causes wheel movement in 6.8.1.99 | ||
---|---|---|---|
Product: | xorg | Reporter: | Per Larsson <per> |
Component: | Input/Mouse | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | minor | ||
Priority: | high | CC: | ajax, erik.andren |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Per Larsson
2005-01-11 03:45:01 UTC
i believe this is a case of getting what you asked for: Option "Buttons" "5" Option "YAxisMapping" "4 5" Option "EmulateWheel" "1" Option "EmulateWheelButton" "4" Option "EmulateWheelInertia" "8" button 4 here is both the EmulateWheel button and the button generated for Y motion. try doing something like: $ xmodmap -e "pointer = 1 2 3 6 7" which will make the 4th and 5th buttons generate Button6 and Button7 events instead of Button4 and Button5 (ie scrolling). Did Ajax suggestion help? Ping! Please close this "non-bug". The behaviour had simply changed between 6.8 and 6.9. Ajax suggestion worked just fine. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.