[Digikam-devel] [Bug 145083] Space and Shift-Space isn't used for navigation between images

Gilles Caulier caulier.gilles at gmail.com
Mon May 21 09:49:54 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=145083         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles gmail com  2007-05-21 10:49 -------
SVN commit 666912 by cgilles:

digikam from trunk : added new accelerator SHIFT+SPACE to go to next image in editor
BUG: 145083

 M  +6 -1      editorwindow.cpp  


--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/editorwindow.cpp #666911:666912
 @ -476,6 +476,11  @
                     Key_Space, this, SLOT(slotForward()),
                     false, true);
 
+    d->accelerators->insert("Next Image SHIFT+Key_Space", i18n("Next Image"),
+                    i18n("Load Next Image"),
+                    SHIFT+Key_Space, this, SLOT(slotForward()),
+                    false, true);
+
     d->accelerators->insert("Previous Image Key_Backspace", i18n("Previous Image"),
                     i18n("Load Previous Image"),
                     Key_Backspace, this, SLOT(slotBackward()),
 @ -501,7 +506,7  @
                     Key_Minus, this, SLOT(slotDecreaseZoom()),
                     false, true);
 
-    d->accelerators->insert("Redo", i18n("Redo"),
+    d->accelerators->insert("Redo CTRL+Key_Y", i18n("Redo"),
                     i18n("Redo Last action"),
                     CTRL+Key_Y, m_canvas, SLOT(slotRedo()),
                     false, true);



More information about the Digikam-devel mailing list