Summary: | Non-functioning shortcut ALT + Return in the right sidebar. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Roland <carbonwerkes> |
Component: | Usability-Keyboard | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.5.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/64f1473e02b3e87c113f26e13620ea944987a44e | Version Fixed In: | 8.5.0 |
Sentry Crash Report: |
Description
Roland
2024-10-12 20:38:33 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 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 |