Summary: | Use keyboard to switch between foreground and background color | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Thomas Zander <zander> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch for implementing this wish |
Description
Thomas Zander
2006-11-30 14:14:14 UTC
you can also middle-click on the canvas (it works only with the pen tool, it needs to be "spread" in krita 2.0) > I would suggest the 'x' key for that :)
this is a particularly good as idea as many people are already familiar with this behaviour from Adobe Photoshop and the GNU Image Manipulation Program.
X to swap foreground and background
D to reset to black and white
Created attachment 38175 [details]
patch for implementing this wish
Patch is up for review on the kimageshop mailing list.
SVN commit 1046753 by rempt: Implement wish 138153: Use keyboard to switch between foreground and background color Add two actions to KisTool, with the default shortcuts as proposed by Alan Horkan to swap the fg and bg color and to reset them. BUG:138153 M +32 -0 kis_tool.cc M +4 -0 kis_tool.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1046753 |