https://bugs.kde.org/show_bug.cgi?id=368849
--- Comment #11 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit c30c6f424c4226531738c93a5d01548e986cba8a by Dmitry Kazakov. Committed on 17/04/2019 at 17:30. Pushed by dkazakov into branch 'master'. Implement a hack for right- and middle-buttons on weird tablet devices If should fix the following cases: 1) Wintab drivers that do not generate tablet events for right-click and middle-click. 2) WinInk mode. With the patch both right- and middle-clicks should be available with the stylus buttons. To activate a workaround just add the following to your 'kritarc': rightMiddleTabletButtonWorkaround=true This hack just ignores tablet events for right- and middle-click and starts to use mouse events for them. Please be careful, the hack will make right- and middle-strokes less precise. And it also can just break the tablet support completely. Related: bug 399585 M +0 -5 libs/ui/input/kis_input_manager.cpp M +36 -6 libs/ui/input/kis_input_manager_p.cpp M +3 -2 libs/ui/input/kis_input_manager_p.h https://commits.kde.org/krita/c30c6f424c4226531738c93a5d01548e986cba8a -- You are receiving this mail because: You are watching all bug changes.