Author: abrander
Date: 2010-04-01 16:59:07 +0200 (Thu, 01 Apr 2010)
New Revision: 3292

Modified:
   trunk/src/rs-actions.c
Log:
[171] Added shortcut keys for rotation.

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c      2010-04-01 14:41:20 UTC (rev 3291)
+++ trunk/src/rs-actions.c      2010-04-01 14:59:07 UTC (rev 3292)
@@ -1046,8 +1046,8 @@
        { "Ungroup", NULL, _("_Ungroup"), NULL, NULL, ACTION_CB(ungroup_photos) 
},
        { "AutoGroup", NULL, _("_Auto group"), NULL, NULL, 
ACTION_CB(auto_group_photos) },
        { "TagPhoto", NULL, _("_Tag Photo..."), "<alt>T", NULL, 
ACTION_CB(tag_photo) },
-       { "RotateClockwise", RS_STOCK_ROTATE_CLOCKWISE, _("Rotate Clockwise"), 
NULL, NULL, ACTION_CB(rotate_clockwise) },
-       { "RotateCounterClockwise", RS_STOCK_ROTATE_COUNTER_CLOCKWISE, 
_("Rotate Counter Clockwise"), NULL, NULL, ACTION_CB(rotate_counter_clockwise) 
},
+       { "RotateClockwise", RS_STOCK_ROTATE_CLOCKWISE, _("Rotate Clockwise"), 
"<alt>Right", NULL, ACTION_CB(rotate_clockwise) },
+       { "RotateCounterClockwise", RS_STOCK_ROTATE_COUNTER_CLOCKWISE, 
_("Rotate Counter Clockwise"), "<alt>Left", NULL, 
ACTION_CB(rotate_counter_clockwise) },
        { "Flip", RS_STOCK_FLIP, _("Flip"), NULL, NULL, ACTION_CB(flip) },
        { "Mirror", RS_STOCK_MIRROR, _("Mirror"), NULL, NULL, ACTION_CB(mirror) 
},
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to