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
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.