| Summary: | Ctrl-Shift-A does not deselect in Album GUI | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Mikolaj Machowski <mikmach> |
| Component: | Usability-Keyboard | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.9.2 | |
| Sentry Crash Report: | |||
|
Description
Mikolaj Machowski
2007-04-25 11:00:35 UTC
SVN commit 666940 by cgilles:
digikam from trunk : Album GUI : Add CTRL+SHIFT+A accelerator to unselect items from current album.
CCBUGS: 144643
M +5 -0 digikamapp.cpp
--- trunk/extragear/graphics/digikam/digikam/digikamapp.cpp #666939:666940
@@ -448,6 +448,11 @@
i18n("Paste Album Items Selection"),
CTRL+Key_V, this, SIGNAL(signalPasteAlbumItemsSelection()),
false, true);
+
+ d->accelerators->insert("Select None CTRL+SHIFT+Key_A", i18n("Select None"),
+ i18n("Select None"),
+ CTRL+SHIFT+Key_A, d->view, SIGNAL(slotSelectNone()),
+ false, true);
}
void DigikamApp::setupActions()
*** Bug has been marked as fixed ***. |