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

--- Comment #39 from Dmitry Kazakov <[email protected]> ---
> Could you clarify in what situations Windows Krita users use function 
> keys—especially F13 to F24—as modifiers?

Well, you can assign F13-F24 keys as modifiers in Krita. The problem is not
technically in "users use function keys—especially F13 to F24—as modifiers",
but that we have an internal state automata for all the keys supported by Qt,
so, theoretically, KisExtendedModifiersMapper should read as much keys as
possible on the platform to make the state automata consistent.

As an alternative solution, we could just declare a predefined closed list of
keys that we allow as modifiers and ignore all the other keys in the state
automata. Though I'm not very sure how possible it is, given the amount of
possible keyboard layouts, dead keys and stuff like that. That would require a
lot of testing at least.

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

Reply via email to