View Single Post
Posts: 1,141 | Thanked: 781 times | Joined on Dec 2009 @ Magical Unicorn Land
#542
To add virtual right-click in Xorg, edit the file /etc/X11/xorg.conf.d/10-evdev.conf and change the last section (evdev touchscreen catchall) to add these options:

Code:
Option "EmulateThirdButton" "1"
Option "EmulateThirdButtonTimeout" "750"
Option "EmulateThirdButtonMoveThreshold" "100"
Now if you do a long-press on the screen it will emulate a right mouse button click!
 

The Following 2 Users Say Thank You to stlpaul For This Useful Post: