7-inch Touch Screen
7.3 Right Click on Raspberry Pi
Touchscreen tablets and displays make it easy for you to perform simple navigation tasks with your fingers or stylus,
but at some point, you may want to use right-click commands to quickly access context-specific shortcuts.
Here we use evdev-rce to make right-click command still available.
Enter the following command to install the required software.
sudo apt install build-essential libevdev2 libevdev-dev
git clone 'https://github.com/PeterCxy/evdev-right-click-emulation.git'
cd 'evdev-right-click-emulation'
Enter the following command to build.
make all
Copy the file to the /usr directory.
sudo cp 'out/evdev-rce' '/usr/local/bin/'
Make it executable.
sudo chmod +x '/usr/local/bin/evdev-rce'
Modify the /etc/rc.local file to enable boot-up.
sudo nano /etc/rc.local
7.3. Right Click on Raspberry Pi 29