Bug 517538 - Shortcuts not working in Survey module.
Summary: Shortcuts not working in Survey module.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Keyboard (other bugs)
Version First Reported In: 9.0.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-14 05:58 UTC by Gerd Mann
Modified: 2026-06-19 02:26 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 9.1.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerd Mann 2026-03-14 05:58:22 UTC
With the survey tool I can’t use the short cuts for accepting or rejecting photos and the star rating. Which of course is slowing down the rating process substantially. I’m using the Linux AppImage on Ubuntu 24.04.


STEPS TO REPRODUCE
1. Open Survey tool
2. Try to use shortcuts (e.g. Alt + 3) to assign green flag for picture acceptance
3. Try to use shortcuts (e.g. Ctrl + 3) to assign star rating
4. Neither flag rating nor star rating are assigned to the picture
5. Try other tool (e.g. preview) and repeat steps 2 and 3

OBSERVED RESULT
In survey tool no rating is assigned.
In other tools rating is assigned.

EXPECTED RESULT
Survey tool accepts the same shortcuts as other tools

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

ADDITIONAL INFORMATION
Comment 1 Maik Qualmann 2026-03-14 07:17:06 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
Comment 2 Maik Qualmann 2026-03-21 16:45:43 UTC
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
Comment 3 Gerd Mann 2026-06-17 02:21:13 UTC
Just downloaded dikiKam 9.1.0 (appimage). The shortcuts in the survey module still don't work.
Comment 4 Maik Qualmann 2026-06-17 04:32:03 UTC
Please test the digiKam-9.2.0 pre-release from here:

https://files.kde.org/digikam/

Which specific shortcut is not working?

Maik
Comment 5 Gerd Mann 2026-06-18 00:19:24 UTC
Color flags (e.g. Alt + 1) don't work
Star rating (e.g. Ctrl + 1) doesn't work
Comment 6 Gerd Mann 2026-06-18 00:23:22 UTC
Sorry, I tested on 9.1.0.
I'll try 9.2.0 pre-release as soon as I'm back.
Comment 7 Gerd Mann 2026-06-18 23:33:54 UTC
I just tested 9.2.0. It's working now.
Thank you.