https://bugs.kde.org/show_bug.cgi?id=483687

Dmitry Kazakov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/-/commit/ac44bfa
                   |                            |434fccdb5d91f0300ba204c7932
                   |                            |7a60d8

--- Comment #40 from Dmitry Kazakov <[email protected]> ---
Git commit ac44bfa434fccdb5d91f0300ba204c79327a60d8 by Dmitry Kazakov.
Committed on 01/07/2025 at 12:27.
Pushed by dkazakov into branch 'master'.

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  +43   -33   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/ac44bfa434fccdb5d91f0300ba204c79327a60d8

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to