I have a HP Rechargable MPP2.0 Tilt pen that I want to use. Drawing works fine out of the box, but I have some headaches configuring the buttons. I have been testing the pen in KDE Settings → Drawing Tablets → Pen.
When I press the upper button, the text on “Pen button 1” turns bold. Which is already strange because the pen image to the left says that button 1 should be the lower button.
But the lower button (that should be “Pen button 2”) is not recognized at all and I can’t get it to show up.
So I used evtest to see if the buttons are working at all, and they are:
Lower button (primary)
The primary button has been emitting different events, but I am unsure what the difference is
Event: time 1786714004.766037, -------------- SYN_REPORT ------------
Event: time 1786714005.025611, type 1 (EV_KEY), code 320 (BTN_TOOL_PEN), value 0
Event: time 1786714005.025611, -------------- SYN_REPORT ------------
Event: time 1786714007.669950, type 1 (EV_KEY), code 320 (BTN_TOOL_PEN), value 1
Event: time 1786714007.993924, -------------- SYN_REPORT ------------
Event: time 1786714007.998332, type 1 (EV_KEY), code 320 (BTN_TOOL_PEN), value 0
Event: time 1786714007.998332, -------------- SYN_REPORT ------------
Event: time 1786714008.002042, type 1 (EV_KEY), code 321 (BTN_TOOL_RUBBER), value 1
Upper button (secondary)
Event: time 1786714008.723213, -------------- SYN_REPORT ------------
Event: time 1786714008.748976, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0044
Event: time 1786714008.748976, type 1 (EV_KEY), code 331 (BTN_STYLUS), value 0
So is there a way KDE Plasma can recognize the lower button as well? The upper button works fine in other applications like Rnote, but the lower isn’t recognized there as well.