https://bugs.kde.org/show_bug.cgi?id=483687
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/ac44bfa |hics/krita/-/commit/fac44df |434fccdb5d91f0300ba204c7932 |05e66d70049bad9d09a2bd4e9ff |7a60d8 |2b427e --- Comment #41 from Dmitry Kazakov <[email protected]> --- Git commit fac44df05e66d70049bad9d09a2bd4e9ff2b427e by Dmitry Kazakov. Committed on 01/07/2025 at 13:42. Pushed by dkazakov into branch 'krita/5.2'. Implement option for ignoring of F13-F24 keys on Windows Some apps (e.g. WeeChat) uses emulated F22 key press to bring itself to the toplevel. Since the key is unbalanced, it confuses Krita. So we implemented an option just to ignore all F13+ keys for users who have this problem. Thanks Wendy Gan (@gwdx) for the original suggestion of the fix in https://invent.kde.org/graphics/krita/-/merge_requests/2416. This patch also implements this change, but makes it configurable. M +10 -0 libs/ui/dialogs/kis_dlg_preferences.cc M +16 -6 libs/ui/forms/wdggeneralsettings.ui M +7 -2 libs/ui/input/kis_extended_modifiers_mapper.cpp M +13 -0 libs/ui/input/kis_input_manager.cpp M +1 -0 libs/ui/input/kis_input_manager.h M +18 -0 libs/ui/input/kis_input_manager_p.cpp M +3 -0 libs/ui/input/kis_input_manager_p.h M +10 -0 libs/ui/kis_config.cc M +3 -0 libs/ui/kis_config.h https://invent.kde.org/graphics/krita/-/commit/fac44df05e66d70049bad9d09a2bd4e9ff2b427e -- You are receiving this mail because: You are watching all bug changes.
