Bug 327628 - Add keyboard shortcut to rename album
Summary: Add keyboard shortcut to rename album
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Keyboard (show other bugs)
Version: 4.2.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-14 22:51 UTC by DrSlony
Modified: 2017-08-02 17:42 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DrSlony 2013-11-14 22:51:15 UTC
I would like to rename hundreds of albums, moving my hand to and from the mouse slows me down a lot. I would like to click on the first album, press F2 to rename it, then click the down arrow to proceed to the next album, and repeat. Currently F2 renames photos. How about shift+F2 to rename the current album?

Reproducible: Always
Comment 1 DrSlony 2014-08-06 22:29:44 UTC
Still no shortcut to rename albums in 4.2.0!
Comment 2 caulier.gilles 2014-08-31 22:11:38 UTC
*** Bug 287081 has been marked as a duplicate of this bug. ***
Comment 3 caulier.gilles 2014-08-31 22:12:06 UTC
See comment here for technical precision from Marcel :

https://bugs.kde.org/show_bug.cgi?id=287081#c1

Gilles Caulier
Comment 4 caulier.gilles 2014-09-01 07:00:27 UTC
Git commit e73950979ebef04aec2c22a75d36def2bfd6c2f7 by Gilles Caulier.
Committed on 01/09/2014 at 06:59.
Pushed by cgilles into branch 'master'.

add SHIFT+F2 keyboard shortcut to rename album.
plug this action in main Album menu
Related: bug 287081
FIXED-IN: 4.3.0

M  +3    -2    NEWS
M  +15   -4    digikam/main/digikamapp.cpp
M  +2    -0    digikam/main/digikamapp_p.h
M  +2    -1    digikam/main/digikamui.rc
M  +2    -2    digikam/utils/contextmenuhelper.cpp
M  +5    -0    digikam/views/digikamview.cpp
M  +1    -0    digikam/views/digikamview.h

http://commits.kde.org/digikam/e73950979ebef04aec2c22a75d36def2bfd6c2f7
Comment 5 DrSlony 2014-09-01 07:04:30 UTC
Thank you!