linuxwacom / libwacom

libwacom is a tablet description library
Other
327 stars 163 forks source link

Weird button binding behaviour [Wacom Intuous, Starlite] #736

Closed ZekeZDev closed 2 months ago

ZekeZDev commented 2 months ago

Bug description

I have tested two devices for this issue I first noticed when trying to add a new device and thought it was a mistake i made. Going back to my desktop I have now tested a wacom intuos and have the same issue. Both devices have a pen that has two side buttons and one of them can be bound reliably however the second buttons bind doesnt work or has weird behaviour such as if one button is binded right click and the other left click then both will middle click.

I have only tested libwacom 2.11.0-1 on fedora 40 I am not sure if anything fixes this but from the looks of things I didnt see anything that would. Is anyone able to replicate this and know of a possible fix?

github-actions[bot] commented 2 months ago

Hi, there. I'm a bot and have been asked to have a look at this.

libwacom is a bunch of text files with a C API, and the information in those text files is static fixed information that we cannot get from the device (e.g. the model name or which button will produce which event code). It does not affect functionality directly, if the tablet does not work this is either an issue with the kernel drivers, xf86-input-wacom (if using X) or libinput/the desktop environment (if using Wayland). Please file the issue with the component that most likely applies.

See also https://github.com/linuxwacom/libwacom/wiki/Troubleshooting See also https://github.com/linuxwacom/libwacom/wiki/Adding-a-new-device


This is an automated comment created by a bot. Responding to the bot or mentioning it won't have any effect.