https://bugs.kde.org/show_bug.cgi?id=430479
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/bb260d701 | |b7a0f69447b1272d899d4b89d04 | |15cb Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #4 from Dmitry Kazakov <[email protected]> --- Git commit bb260d701b7a0f69447b1272d899d4b89d0415cb by Dmitry Kazakov. Committed on 15/02/2021 at 07:58. Pushed by dkazakov into branch 'master'. Fix shortcuts assigned to special keys on non-latin layouts When the user has non-latin layout we still consider latin meaning of the keys to be a priorty. This behavior is already in Qt (and is disputable), but this patch doesn't change that. The patch only adds proper handling of special keys: * '\' --- backslash/bar key * '/' --- slash/question key * ';' --- semicolon/colon key * '`' --- backqoute/tilde key * ''' --- quote/doublequote key * '[' --- left bracket key * ']' --- right bracket key * ',' --- comma/< key * '.' --- period/> key * '-' --- minus/underscore key * '=' --- equal/plus key A +75 -0 3rdparty/ext_qt/0112-Fix-shortcuts-assigned-to-special-keys-on-non-latin-.patch A +42 -0 3rdparty/ext_qt/0113-Fix-multiple-shortcuts-match-from-different-keyboard.patch M +10 -0 3rdparty/ext_qt/CMakeLists.txt https://invent.kde.org/graphics/krita/commit/bb260d701b7a0f69447b1272d899d4b89d0415cb -- You are receiving this mail because: You are watching all bug changes.
