Bug 458187 - colorize tool hard coded keybind conflict
Summary: colorize tool hard coded keybind conflict
Status: CONFIRMED
Alias: None
Product: krita
Classification: Applications
Component: Tools/Colorize (show other bugs)
Version: 5.1.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-23 00:41 UTC by yuvalabc
Modified: 2022-09-07 13:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yuvalabc 2022-08-23 00:41:56 UTC
SUMMARY
while using the colorize mask tool, any keybind that uses ctrl+shift triggers a temporary toggle of the key stroke editing, very badly conflicting with the very idiomatic ctrl+shift+z redo keybind.
i tried finding any sort of setting to unbind ctrl+shift from this functionality but i failed to do so.

STEPS TO REPRODUCE
1. start editing a colorize mask with the colorize mask tool
2. make changes
3. undo changes
4. attempt using ctrl+shift+z to redo

OBSERVED RESULT
before being able to press the Z key to redo, the colorize tool interprets ctrl+shift as "temporarily toggle the 'edit key strokes' checkbox", inserting a "property change" undo item and pruning the undo stack.

EXPECTED RESULT
ctrl+shift should not have any action on its own (let alone one which affects the undo stack).
otherwise, this should be configureable behavior, and not seemingly hard-coded
Comment 1 Halla Rempt 2022-09-07 13:44:34 UTC
Thanks you for the report. I can reproduce the issue.