Bug 327628

Summary: Add keyboard shortcut to rename album
Product: [Applications] digikam Reporter: DrSlony <bugs>
Component: Usability-KeyboardAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: bugs, caulier.gilles, fredericg_99
Priority: NOR    
Version: 4.2.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 4.3.0

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!