[Digikam-devel] [Bug 144650] Shift-Space doesn't work as PageUp

Gilles Caulier caulier.gilles at gmail.com
Mon May 21 12:07:26 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=144650         
caulier.gilles gmail com changed:

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



------- Additional Comments From caulier.gilles gmail com  2007-05-21 13:07 -------
SVN commit 666947 by cgilles:

digikam from trunk : added new accelerator SHIFT+SPACE to go to next item in current album
BUG: 144650

 M  +5 -0      digikamapp.cpp  


--- trunk/extragear/graphics/digikam/digikam/digikamapp.cpp #666946:666947
 @ -414,6 +414,11  @
                            Key_Space, this, SIGNAL(signalNextItem()),
                            false, true);
 
+    d->accelerators->insert("Next Image SHIFT+Key_Space", i18n("Next Image"),
+                           i18n("Next Image"),
+                           SHIFT+Key_Space, this, SIGNAL(signalNextItem()),
+                           false, true);
+
     d->accelerators->insert("Previous Image Key_Backspace", i18n("Previous Image"),
                            i18n("Previous Image"),
                            Key_Backspace, this, SIGNAL(signalPrevItem()),



More information about the Digikam-devel mailing list