[Kde-imaging] [Bug 141530] use "rotate left" and "rotate right" instead of 90 and 270 degrees

Luka Renko lure at kubuntu.org
Mon Mar 26 11:29:30 CEST 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=141530         




------- Additional Comments From lure kubuntu org  2007-03-26 11:29 -------
SVN commit 646131 by lure:

Use Ctrl-Shift-arrow as shortcut for Rotate-Left/Right

Ctrl-arrow is used in some other applications and may confuse users.

CCBUG: 141530



 M  +2 -2      plugin_jpeglossless.cpp  


--- trunk/extragear/libs/kipi-plugins/jpeglossless/plugin_jpeglossless.cpp #646130:646131
 @ -91,14 +91,14  @
 
     m_action_RotateImage->insert( new KAction(i18n("Left"),
                                   "rotate_ccw",
-                                  CTRL+Key_Left,
+                                  SHIFT+CTRL+Key_Left,
                                   this,
                                   SLOT(slotRotate()),
                                   actionCollection(),
                                   "rotate_ccw") );
     m_action_RotateImage->insert( new KAction(i18n("Right"),
                                   "rotate_cw",
-                                  CTRL+Key_Right,
+                                  SHIFT+CTRL+Key_Right,
                                   this,
                                   SLOT(slotRotate()),
                                   actionCollection(),


More information about the Kde-imaging mailing list