Bug 494618 - Non-functioning shortcut ALT + Return in the right sidebar.
Summary: Non-functioning shortcut ALT + Return in the right sidebar.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Keyboard (other bugs)
Version First Reported In: 8.5.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-12 20:38 UTC by Roland
Modified: 2024-10-13 17:08 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 8.5.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland 2024-10-12 20:38:33 UTC
***

***

SUMMARY
Behavior of Alt-Return shortcut of Properties in some menus (i.e. Tags under the Captions bar) behaves differently that selecting Properties from the menu. 

STEPS TO REPRODUCE
1.  Select an album
2.  In the Captions/Tag window, right-click on any tag not related to the album name or content. 
3. Menu says that the Properties selection is accessed as the shortcut Alt-Return

OBSERVED RESULT
Right-click in the tag window brings up tag properties for the currently-selected tag. Alt-return brings up tag properties for the currently selected album. Not clear if there are additional dependencies with this- that the Album have a single tag associated with it, or if alt-return brings up the first tag associated with the selected album. 

EXPECTED RESULT
As with any system, if a menu item indicates that a shortcut is the equivalent of a mouse-click selection from a right-click menu, there should be no difference between a select/right click/menu select for that item vs a select/shortcut for that item.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma: 
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Maik Qualmann 2024-10-13 13:15:26 UTC
Git commit 64f1473e02b3e87c113f26e13620ea944987a44e by Maik Qualmann.
Committed on 13/10/2024 at 13:14.
Pushed by mqualmann into branch 'master'.

add workaround for tag edit shortcut in the right sidebar
For the shortcut to work, the tag treeview must have the focus,
otherwise the global menu shortcut to album edit will be used.
FIXED-IN: 8.5.0

M  +1    -1    NEWS
M  +10   -1    core/app/views/stack/itemiconview_albums.cpp
M  +1    -0    core/app/views/stack/itemiconview_p.h
M  +15   -8    core/libs/tags/widgets/tagfolderview.cpp
M  +5    -0    core/libs/tags/widgets/tagfolderview.h

https://invent.kde.org/graphics/digikam/-/commit/64f1473e02b3e87c113f26e13620ea944987a44e
Comment 2 Maik Qualmann 2024-10-13 17:08:46 UTC
Git commit 6176bb86d022367cfef00f466bce9eddba16d25f by Maik Qualmann.
Committed on 13/10/2024 at 17:07.
Pushed by mqualmann into branch 'master'.

check if ALT + Return is still valid for album edit

M  +8    -7    core/app/views/stack/itemiconview_albums.cpp

https://invent.kde.org/graphics/digikam/-/commit/6176bb86d022367cfef00f466bce9eddba16d25f