https://bugs.kde.org/show_bug.cgi?id=399375
--- Comment #26 from Martin Flöser <mgraess...@kde.org> --- I just looked at our code and what could be done in both Krita and KWin. In case you are only interested in Alt+pen KWin could be changed to use Xinput2 and only grab the pointer leaving pen using unchanged. See (https://linux.die.net/man/3/xigrabbutton ). This would mean that we would have to significantly touch our feature frozen X11 code base and risk breakage. Nevertheless I would say we could do an exception here. In case you are also need alt+mouse click this could in fact be done by Krita itself without touching KWin or any other window manager. All you need to do is perform the same passive grab as KWin does, but you need to be faster than KWin. E.g. directly after creating the window you could perform the grab and that would prevent KWin from ever being able to use Alt+mouse. Relevant API call is ftp://www.x.org/pub/X11R7.7/doc/man/man3/xcb_grab_button.3.xhtml -- You are receiving this mail because: You are watching all bug changes.