https://bugs.kde.org/show_bug.cgi?id=361706
Scott Petrovic <scottpetro...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scottpetro...@gmail.com --- Comment #6 from Scott Petrovic <scottpetro...@gmail.com> --- This is a more of a problem with Microsoft's pen than Krita. It is called a "right-click" button, but it oddly doesn't do a right-click event. It doesn't work on the canvas because Krita has to use the mouse down behavior - which doesn't work with how Microsoft is using their "press and hold to right click" behavior. You are correct that this press and hold behavior works on the user interface, but not on the canvas. The Surface Pro pen side button doesn't have a valid state that Qt can pick up, so there is not much that can be done on our side. If Microsoft could add a feature to actually make their "right click button" right-click, that would solve the issue. They started to add some configuration for their pen, so hopefully they can add that soon. I have a Surface Pro 4 and have tested this quite a bit. Krita needs that down state while drawing on the canvas, so we would have to add custom logic specifically for the Surface Pro if we would want this to work. -- You are receiving this mail because: You are watching all bug changes.