sixtyfouroftheclock
New Member
For some reason this linux is detecting an eraser when I use my tablet (it doesn't have an eraser. It's a Gaomon S620)
It's OK detecting an eraser since it's not really annoying me, but I can't use the 2nd button of my pen because this button is being detecting as the eraser. I mean I can't map this button to be the middle click (this is what I want)
I'm not really sure what the correct way to check these events is, but I'm using this
And I think this is for the tip
What should I do? I'm really lost
It's OK detecting an eraser since it's not really annoying me, but I can't use the 2nd button of my pen because this button is being detecting as the eraser. I mean I can't map this button to be the middle click (this is what I want)
I'm not really sure what the correct way to check these events is, but I'm using this
Code:
>sudo libinput debug-events | grep eraser 0:43:27
event3 TABLET_TOOL_PROXIMITY +1.596s 42.10*/33.65* tilt: 0.00*/0.00* pressure: 0.00* eraser (0, id 0) proximity-in axes:pt btn:S
event3 TABLET_TOOL_PROXIMITY +2.257s 42.39 /33.33 tilt: 0.00 /0.00 pressure: 0.00 eraser (0, id 0) proximity-out
And I think this is for the tip
Code:
>sudo libinput debug-events | grep down 0:50:55
event3 TABLET_TOOL_TIP +0.053s 72.72*/49.03* tilt: 0.00 /0.00 pressure: 0.17* down
What should I do? I'm really lost

