| Summary: | Shortcuts not working in Survey module. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Gerd Mann <gerd.mann> |
| Component: | Usability-Keyboard | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles, metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 9.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/f8be0a07f4585c30bd0ff32987f42e6ef8d122b6 | Version Fixed/Implemented In: | 9.1.0 |
| Sentry Crash Report: | |||
|
Description
Gerd Mann
2026-03-14 05:58:22 UTC
Git commit f8be0a07f4585c30bd0ff32987f42e6ef8d122b6 by Maik Qualmann. Committed on 14/03/2026 at 07:16. Pushed by mqualmann into branch 'master'. fix shortcuts in the Survey Window FIXED-IN: 9.1.0 M +1 -1 NEWS M +1 -0 core/libs/tags/engine/tagsactionmngr_p.h M +11 -2 core/libs/tags/engine/tagsactionmngr_shortcuts.cpp M +0 -2 core/utilities/survey/surveywindow.h https://invent.kde.org/graphics/digikam/-/commit/f8be0a07f4585c30bd0ff32987f42e6ef8d122b6 Git commit 303e15f20f688294ce0602d307cdb82ea4cec2da by Maik Qualmann. Committed on 21/03/2026 at 16:43. Pushed by mqualmann into branch 'master'. fix shortcuts for labels in the survey view If the selection was cleared in the digiKam main window, the previous implementation in the survey view didn't work. We might be able to avoid duplicate code by using the functions in the respective image/video view. Also, for Windows, when writing metadata to a video, it still needs to be unloaded from FFmpeg. M +28 -15 core/libs/tags/engine/tagsactionmngr_shortcuts.cpp M +36 -0 core/utilities/survey/surveywindow.cpp M +8 -0 core/utilities/survey/surveywindow.h M +1 -0 core/utilities/survey/surveywindow_p.h https://invent.kde.org/graphics/digikam/-/commit/303e15f20f688294ce0602d307cdb82ea4cec2da Just downloaded dikiKam 9.1.0 (appimage). The shortcuts in the survey module still don't work. Please test the digiKam-9.2.0 pre-release from here: https://files.kde.org/digikam/ Which specific shortcut is not working? Maik Color flags (e.g. Alt + 1) don't work Star rating (e.g. Ctrl + 1) doesn't work Sorry, I tested on 9.1.0. I'll try 9.2.0 pre-release as soon as I'm back. I just tested 9.2.0. It's working now. Thank you. |