Bug 201698 - Add keyboard shortcut for album navigation when using Captions/Tags sidebar
Summary: Add keyboard shortcut for album navigation when using Captions/Tags sidebar
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Keyboard (show other bugs)
Version: 1.0.0
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-27 21:16 UTC by Torsten Crass
Modified: 2017-08-02 17:41 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.4.0
caulier.gilles: Junior_Jobs+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Crass 2009-07-27 21:16:22 UTC
Version:           1.0.0-beta2 (using KDE 4.2.4)
OS:                Linux
Installed from:    Debian testing/unstable Packages

Hi there,

in some previous versions, it was possible to select the previous/next image using the shortcuts [STRG]+[P]/[STRG]+[N] while editing an image's caption. In particular, the caption text field would stay focused, allowing for commenting on multiple images in a purely keyboard-based manner. Currently, since there seems to be no similar feature, one has to always use the mouse to select a new image and to subsequently re-select the text field.

Would it be possible to somehow re-enable the old behaviour?

Thanx --

tcrass
Comment 1 caulier.gilles 2009-07-27 21:27:54 UTC
Try 1.0.0-beta3...

Gilles Caulier
Comment 2 Torsten Crass 2009-07-27 21:38:42 UTC
Ah, right, it's in Debian now... OK, tried it, but still no way to navigate through an album using shortcuts while editing captions. (Well, at least no obvious way. Or did I miss something?)

Regards --

tcrass
Comment 3 caulier.gilles 2009-07-27 22:35:23 UTC
Well Sound like something is missing in AlbumGui model/view used to port icon-view to pure QT4 implementation.

Marcel ?

Gilles Caulier
Comment 4 Torsten Crass 2009-07-27 22:43:53 UTC
Well, I don't know when exactly porting to QT4 begun, but I've been missed this feature for quite some time now. I don't remember exactly at which "major" version number it had gone, but I'm pretty sure it was absent from the 0.9 branch already, maybe even from 0.8.

Hope that helps --

tcrass
Comment 5 caulier.gilles 2009-07-27 22:45:45 UTC
Model/view port have be done with 1.0.0 (:=)))

Gilles
Comment 6 Torsten Crass 2009-07-27 23:05:02 UTC
Right... although the MVC paradigm sometimes occured to me to be a bit too dogmatic... ;-) Anyway, as I said, the shortcuts mentioned in my original report had vanished in some version prior to 1.0.0, so this obviously is something that got lost some time earlier than the QT4 model/view port.

BTW, thanks to you digiKam developers for providing us with such a fine program! I was *so* happy to find a close-to-perfect Linux alternative to all those half-hearted, Windows-based applications which usually come with digital cameras. (BTW, the same holds true for kdenlive, which, in my eyes, is so much better than all those crippled video editors delivered together with typical camcorders...)

Regards --

tcrass
Comment 7 Andi Clemens 2009-10-21 08:51:56 UTC
Hm first of all: Shouldn't CTRL+P always be assigned to "Print" action?
At least this is true for all apps I used so far under Window, Mac and Linux.

As far as I can remember, the shortcuts where either PgUp / PgDown or CTRL+PgUp / CTRL+PgDown?

Anyway neither of these shortcuts is working, so something is definitely broken.
But using Ctrl+P (Print) or Ctrl+N (New Album) sounds wrong to me (even if it was a previous behavior).
Comment 8 caulier.gilles 2009-10-21 09:28:13 UTC
yes CTRL+P is usualy assigned to print action everywhere...

Gilles
Comment 9 Torsten Crass 2009-10-22 15:59:39 UTC
Hi,

> yes CTRL+P is usualy assigned to print action everywhere...

uhm... perhaps it was [Alt]+[P]/[Alt]+[N] which could be used for selecting the previous/next image for commenting? If so, sorry for causing confusion...

Regards --

tcrass
Comment 10 docali 2010-01-03 13:39:44 UTC
Is there a workaround around. Assigning Captions in a pure keyboard way would really be great. 
[STRG]-[N]/[ALT]-[N]/PGUP do not work. 
I tried looking in Change shortcuts menu, but didn't find an option there.

Thanks
Comment 11 caulier.gilles 2011-12-14 10:26:54 UTC
Torsten,

It still valid using digiKam 2.x serie ?

Gilles Caulier
Comment 12 caulier.gilles 2014-09-02 09:32:32 UTC
*** Bug 282898 has been marked as a duplicate of this bug. ***
Comment 13 caulier.gilles 2014-09-02 09:33:45 UTC
See explanations given by Marcel here :

https://bugs.kde.org/show_bug.cgi?id=282898#c1

Gilles Caulier
Comment 14 caulier.gilles 2014-09-09 15:49:56 UTC
Git commit cc2b72b933fa72841b665d6bb82efde4bb518669 by Gilles Caulier.
Committed on 09/09/2014 at 15:46.
Pushed by cgilles into branch 'master'.

Bump Exiv2 lib version dependency to 0.24
Add new method to get access to text edit widget from AltLangStrEdit widget, to be able to install events filter in client application.
Bump libkexiv2 API/ABI version
Related: bug 211622

M  +4    -3    CMakeLists.txt
M  +6    -1    libkexiv2/altlangstredit.cpp
M  +5    -1    libkexiv2/altlangstredit.h

http://commits.kde.org/libkexiv2/cc2b72b933fa72841b665d6bb82efde4bb518669
Comment 15 caulier.gilles 2014-09-09 15:53:04 UTC
Git commit 26abf66c86cd9e374a1a7c34fe4bc2110bd7adbf by Gilles Caulier.
Committed on 09/09/2014 at 15:50.
Pushed by cgilles into branch 'master'.

Restore CTRL+ENTER action to Captions/Tags sidebar when focus is given to text edit widget.
Add new events filter to re-route PageUp/PageDown action from TextEdit wigets to icon-view, to be able to naviguate between items while properties editing.
These feature require KExiv2 2.3.2 to work.
Related: bug 211622
FIXED-IN: 4.4.0

M  +5    -1    NEWS
M  +10   -0    libs/imageproperties/captionedit.cpp
M  +7    -0    libs/imageproperties/captionedit.h
M  +20   -2    libs/imageproperties/imagedescedittab.cpp

http://commits.kde.org/digikam/26abf66c86cd9e374a1a7c34fe4bc2110bd7adbf