And I want to enable right click on the touchscreen, so I do as this page says.https://www.raspberrypi.org/documentati ... hooting.md
But I find this method doesn't work, the OS I use is raspbian and the system is already update. How can I enable the right click? Please Help.How do I enable right click?
You can emulate a right click with a setting change. Just:Paste in:Code: Select all
sudo nano /etc/X11/xorg.confHit CTRL+X and y to save. Then:Code: Select all
Section "InputClass" Identifier "calibration" Driver "evdev" MatchProduct "FT5406 memory based driver" Option "EmulateThirdButton" "1" Option "EmulateThirdButtonTimeout" "750" Option "EmulateThirdButtonMoveThreshold" "30" EndSectionCode: Select all
sudo reboot