Hello Framework Community,
I’m using Ubuntu 25.10 (Ubuntu Studio, KDE), Kernel 6.17.0-19-generic on the Laptop12 and a MPP stylus (Metapen Surface Pen M2). The Stylus should act as an eraser if you use it’s backside. This function is actually detected in libinput but can’t seem to be used in any programs (in my case Krita, Obsidian Excalidraw).
Here’s the output of libinput debug-events | grep -e pen -e erase (without Time, Position and Tilt, for better readability). The first two lines show touching the screen with the tip, the next two lines show the same with the bottom of the stylus.
-event6 TABLET_TOOL_PROXIMITY pen (0, id 0x471e) proximity-in axes:pt btn:SS2
event6 TABLET_TOOL_PROXIMITY pen (0, id 0x471e) proximity-out
-event6 TABLET_TOOL_PROXIMITY eraser (0, id 0x4746) proximity-in axes:pt btn:SS2
event6 TABLET_TOOL_PROXIMITY eraser (0, id 0x4746) proximity-out
Any ideas how to use this eraser function?
Thanks a lot in advance!
Thomas
