Summary: | Ctrl + E is mapped to two different conflicting functions | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Kubuntiac <user581> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | halla, info, sven.langkamp |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kubuntiac
2011-05-22 22:15:55 UTC
We only have runtime checker for that... But I've resolved this duplication. Git commit 803db2fae6072f9aa294150d6790c82ee39b74d3 by Sven Langkamp. Committed on 12/08/2011 at 22:53. Pushed by langkamp into branch 'master'. add a check for colliding shortcuts, not active by default as there are colliding shortcuts CCBUG:273898 M +13 -0 krita/ui/kis_view2.cpp http://commits.kde.org/calligra/803db2fae6072f9aa294150d6790c82ee39b74d3 There are still ten shortcuts that are conflicting. Mostly between some tool, so not imidiately noticeable. Git commit b7ebd41094efefd184028d6baa44435d1e00bd4f by Inge Wallin, on behalf of Sven Langkamp. Committed on 12/08/2011 at 22:53. Pushed by ingwa into branch 'nondestructive-unavail-leinir'. add a check for colliding shortcuts, not active by default as there are colliding shortcuts CCBUG:273898 M +13 -0 krita/ui/kis_view2.cpp http://commits.kde.org/calligra/b7ebd41094efefd184028d6baa44435d1e00bd4f Sven, do you have a list of those? The list: krita(7508) KisView2::KisView2: "Select &All" QKeySequence("Ctrl+A") krita(7508) KisView2::KisView2: "Dese&lect" QKeySequence("Ctrl+Shift+A") krita(7508) KisView2::KisView2: "Fill with Background Color" QKeySequence("Backspace") krita(7508) KisView2::KisView2: "Add new paint layer" QKeySequence("Ins") krita(7508) KisView2::KisView2: "&Raise" QKeySequence("Ctrl+]") krita(7508) KisView2::KisView2: "&Lower" QKeySequence("Ctrl+[") krita(7508) KisView2::KisView2: "Show common colors" QKeySequence("C") krita(7508) KisView2::KisView2: "To Path" QKeySequence("P") krita(7508) KisView2::KisView2: "Remove point" QKeySequence("Backspace") krita(7508) KisView2::KisView2: "Segment to Curve" QKeySequence("C") krita(7508) KisView2::KisView2: "Insert point" QKeySequence("Ins") krita(7508) KisView2::KisView2: "Join with segment" QKeySequence("J") krita(7508) KisView2::KisView2: "Select &All" QKeySequence("Ctrl+A") krita(7508) KisView2::KisView2: "Dese&lect" QKeySequence("Ctrl+Shift+A") krita(7508) KisView2::KisView2: "Select a color from the image or current layer" QKeySequence("P") krita(7508) KisView2::KisView2: "Select an elliptical area" QKeySequence("J") krita(7508) KisView2::KisView2: "Rotate Canvas Right" QKeySequence("Ctrl+]") krita(7508) KisView2::KisView2: "Rotate Canvas Left" QKeySequence("Ctrl+[") *** Bug 313999 has been marked as a duplicate of this bug. *** |