PeterCxy / evdev-right-click-emulation

Implement Long-Press-to-Right-Click on Touchscreen Linux Devices with Xorg or Wayland
Do What The F*ck You Want To Public License
90 stars 32 forks source link

Long press performs both left and right click #4

Open huyz-git opened 4 years ago

huyz-git commented 4 years ago

For example, when I long press on a hyperlink, the context menu shows, but the hyperlink opens right after I stop pressing. See this video: simplescreenrecorder-2019-12-22_13 41 58 It seems that long press actually performs both left and right click. The device I uses is wacom's tablet.

PeterCxy commented 4 years ago

This might happen on some devices; since this program only ADDs events, it cannot filter out original events emitted by the device.

ikidd commented 4 years ago

I have this as well, my solution is to slightly drag off the link while holding the long press and then let go, and click my choice in the rt click menu.

whc2001 commented 3 years ago

I am facing the problem that the context menu immidiately disappears after popping up. Seems like this is the issue.

horvathcsabalaszlo commented 4 months ago

I am facing the problem that the context menu immidiately disappears after popping up. Seems like this is the issue.

I have the same issue on XFCE4/Alpine Linux :)