Summary: | evdev driver on a touchscreen, doesn't recognize long touch as right click. | ||
---|---|---|---|
Product: | xorg | Reporter: | Harlan Dy <dyharlan45> |
Component: | Input/evdev | Assignee: | Peter Hutterer <peter.hutterer> |
Status: | RESOLVED NOTABUG | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | major | ||
Priority: | medium | CC: | peter.hutterer |
Version: | 7.7 (2012.06) | ||
Hardware: | ARM | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Harlan Dy
2016-06-11 13:53:35 UTC
couple of things here: * emulate3buttons is for middle button emulation, you're looking for the "EmulateThirdButton" option * that option only works for single-button devices, not for button-less devices. so for a touchscreen without physical buttons, this option won't do anything. when it was introduced the single-touch screens at the time would emulate a left mouse button press on touch but this isn't the case for real touch screens these days. We require gesture processing (and this includes hold-to-right-click) to be in the clients * drag-scrolling must be implemented in the client So the current behaviour is as expected, sorry. Option "EmulateThirdButton" "1" doesn't work. So how do I enable right click on a multitouch display? |
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.