You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a laptop on a Wayland compositor, and the touchpad has no physical buttons, but it uses Software button areas to register different clicks.
I'm having an issue where keyd recognizes all presses of the touchpad as a left click. If I click the left, middle, and right part of the touchpad, I get this output on keyd monitor:
SYNA2BA6:00 0CCB:CE2D Touchpad 06cb:ce2d:3c9a68be leftmouse up
SYNA2BA6:00 0CCB:CE2D Touchpad 06cb:ce2d:3c9a68be leftmouse up
SYNA2BA6:00 0CCB:CE2D Touchpad 06cb:ce2d:3c9a68be leftmouse up
Note that they are registered as different clicks by my compositor, and for example, wev produces different outputs:
I'm using a laptop on a Wayland compositor, and the touchpad has no physical buttons, but it uses Software button areas to register different clicks.
I'm having an issue where
keyd
recognizes all presses of the touchpad as a left click. If I click the left, middle, and right part of the touchpad, I get this output onkeyd monitor
:Note that they are registered as different clicks by my compositor, and for example,
wev
produces different outputs:Is there something I'm missing, or is
keyd
not able to differentiate between these clicks?Thanks!
The text was updated successfully, but these errors were encountered: