Skip to content

OSX apply extended modifiers as background application

Ivan Yossi requested to merge ivany/krita:osxExtendedMod into master

I've noticed that on macos all applications require to click once to gain focus before performing any actions. So maybe the globalMonitor is not expected.

For modifiers "Space", "V" and "R" to work, krita needs access to accessibility features on Preference -> Security -> Privacy

We now request a copy of keydown and modifier change events to set the proper flags as background application

BUG:372646
BUG:373299
BUG:391088
Edited by Ivan Yossi

Merge request reports