evdev-right-click-emulation icon indicating copy to clipboard operation
evdev-right-click-emulation copied to clipboard

Implement Long-Press-to-Right-Click on Touchscreen Linux Devices with Xorg or Wayland

Results 15 evdev-right-click-emulation issues
Sort by recently updated
recently updated
newest added

On Wayland (unlike on XOrg) touch input does not move the mouse pointer to the location of the touch. When a right-click is simulated, the popup menu opens at the...

gcc parameter -l* must be placed after object files that refer to the libraries' symbols Fixes #2 Fixes #15

with older linkers it is necessary that the -levdev flag be after the object files that require it, otherwise linker doesn't find the libraries and symbols. i was having: ```...

This may help someone. It runs flawlessly as a service. After moving `evdev-rce` to _/usr/local/sbin_ I created a `evdev-rce.service` file in _/etc/systemd/system_ like this: ``` [Unit] Description=Event Device Right Click...

The menu disappears once the finger is off the screen. So one long click > right click is simulated and the menu shows up Need to select an option from...

ld complains undefined reference to all libevdev functions in all source files. Symbols from input-event-codes.h like EV_KEY could not be resolved. Any help?

You solved a problem I struggled with for so long and give my girl friend's pretty tablet a 2nd life!

Device: Raspad (Raspberry Pi 4) Operating System: Raspberry OS (Bullseye) Hi, I tried to install right click emulation on the latest release of the raspberry pi operating system. I got...

Hey, thanks for this software - its completely changed the usability of my Linx8 tablet! however after a couple of reboots I have found that the standard Single-Click event from...

i'm getting this compilation error on fedora 34 ![image](https://user-images.githubusercontent.com/28401039/128859960-a4b68952-629d-4f03-a1cf-529931c03f6d.png)