Summary: | arrow keys defer to alternate window | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | israeldavidson777 |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/a7d16773fbf7e52e0dbcda6a5659a39205867ee0 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | requested to paste over limit in length |
Description
israeldavidson777
2023-09-11 16:32:12 UTC
Hi, Israel! Could you please clarify a bit, what exactly your problem is? Is it in the fact that the arrow shortcuts are caught by the timeline docker or you experience the crash? The crash should be solved in the latest build: https://binary-factory.kde.org/job/Krita_Stable_Windows_Build/ But about the shortcuts I'm not sure what is the expected way... Git commit 9e3786975eb3ad4ec4ac5a202c41bbb5edbd98fe by Dmitry Kazakov. Committed on 14/09/2023 at 15:38. Pushed by dkazakov into branch 'master'. Make sure that tool-related shortcuts have priority over canvas actions All tool actions that come via ToolFactory are marked with "tool_action" property, so we can distinguish them from the global actions, hence we can give them a bit of priority. M +31 -1 libs/flake/KoToolProxy.cpp M +2 -0 libs/flake/KoToolProxy.h M +1 -0 libs/flake/KoToolProxy_p.h M +1 -0 libs/ui/input/kis_input_manager.cpp M +16 -1 libs/ui/input/kis_shortcut_matcher.cpp M +5 -0 libs/ui/input/kis_shortcut_matcher.h M +38 -0 libs/ui/input/kis_single_action_shortcut.cpp M +5 -0 libs/ui/input/kis_single_action_shortcut.h https://invent.kde.org/graphics/krita/-/commit/9e3786975eb3ad4ec4ac5a202c41bbb5edbd98fe Git commit a7d16773fbf7e52e0dbcda6a5659a39205867ee0 by Dmitry Kazakov. Committed on 28/02/2024 at 12:38. Pushed by dkazakov into branch 'kazakov/for-5.2'. Make sure that tool-related shortcuts have priority over canvas actions All tool actions that come via ToolFactory are marked with "tool_action" property, so we can distinguish them from the global actions, hence we can give them a bit of priority. M +31 -1 libs/flake/KoToolProxy.cpp M +2 -0 libs/flake/KoToolProxy.h M +1 -0 libs/flake/KoToolProxy_p.h M +1 -0 libs/ui/input/kis_input_manager.cpp M +16 -1 libs/ui/input/kis_shortcut_matcher.cpp M +5 -0 libs/ui/input/kis_shortcut_matcher.h M +38 -0 libs/ui/input/kis_single_action_shortcut.cpp M +5 -0 libs/ui/input/kis_single_action_shortcut.h https://invent.kde.org/graphics/krita/-/commit/a7d16773fbf7e52e0dbcda6a5659a39205867ee0 |