Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right click? #6

Open
sigboe opened this issue Jan 29, 2016 · 4 comments
Open

Right click? #6

sigboe opened this issue Jan 29, 2016 · 4 comments

Comments

@sigboe
Copy link

sigboe commented Jan 29, 2016

How do I configure right click to work, either two finger or long press is sufficient for me.

I tried adding these lines

Option "EmulateThirdButton" "1"
Option "EmulateThirdButtonTimeout" "750"
Option "EmulateThirdButtonMoveThreshold" "30"

into the same section statement as the calibration data from xinput_calibrator but longpress does nothing.

@onitake
Copy link
Owner

onitake commented Jan 31, 2016

There are multiple reasons why this does not work right. Touchscreen input has a lot of jitter and I'm not doing anything to reduce it in the driver. So, a "long" click may instead be recognized as a drag or multiple clicks. I'll see if finger tracking can be tuned a little.

I've had multitouch working occasionally, which may also be used to emulate second and third button clicks.

@sigboe
Copy link
Author

sigboe commented Feb 1, 2016

I would be happy with two finger click! Or long press, anything really.

@sigboe
Copy link
Author

sigboe commented Feb 2, 2016

Might having the correct resolution in the firmware, and not needing xinput calibration help with the jitter?

@onitake
Copy link
Owner

onitake commented Feb 4, 2016

Good question. I think it will surely help with touch detection close to the edges, but jitter also affects finger tracking, and that happens before scaling. Guess I need to check how other drivers do it.

In any case, finding out the correct dimensions is still a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants