Summary: | Keyboard shortcuts, Make brush color darker/Lighter, unresponsive in Select tools other than rectangle & ellipse | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David Gowers <finticemo> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ghevan, sven.langkamp |
Priority: | NOR | ||
Version: | 2.6.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/2d3edf10b2d5dea0825b82ccf54b156a0370f0d5 | Version Fixed In: | |
Sentry Crash Report: |
Description
David Gowers
2013-04-17 08:52:10 UTC
Hi, Thanks for your report. I can confirm this bug in Krita 2.7 alpha. The shortcuts: make brush color darker (K) Make brush color lighter (L) Become unresponsive when any of the following selection tool methods are selected. Select by Brush, Select an area by its Outline, Select a Contiguous Area of colors, Select Similar Colors, and Select and area of the image with Path. In my version shortcuts does work using "Select a Polygonal region" I think we could move the action from the tool to the view (or some plugin). Should be useful globally. Git commit 2d3edf10b2d5dea0825b82ccf54b156a0370f0d5 by Sven Langkamp. Committed on 27/09/2013 at 21:17. Pushed by langkamp into branch 'master'. move color darkness and opacity controls to a new canvas controls manager, making them available globally M +1 -0 krita/ui/CMakeLists.txt A +113 -0 krita/ui/kis_canvas_controls_manager.cpp [License: GPL (v2+)] A +52 -0 krita/ui/kis_canvas_controls_manager.h [License: GPL (v2+)] M +6 -0 krita/ui/kis_view2.cpp M +0 -85 krita/ui/tool/kis_tool_paint.cc M +0 -11 krita/ui/tool/kis_tool_paint.h http://commits.kde.org/calligra/2d3edf10b2d5dea0825b82ccf54b156a0370f0d5 |