Author: post
Date: 2011-03-16 17:47:14 +0100 (Wed, 16 Mar 2011)
New Revision: 3883

Modified:
   trunk/src/rs-actions.c
Log:
Change "Add to Batch" shortcut to "Insert", and Removing from batch as 
Ctrl+Delete.

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c      2011-03-15 22:06:48 UTC (rev 3882)
+++ trunk/src/rs-actions.c      2011-03-16 16:47:14 UTC (rev 3883)
@@ -1422,9 +1422,9 @@
        { "TetheredShooting", NULL, _("_Tethered Shooting"), "F9", NULL, 
ACTION_CB(tethered_shooting) },
        
        /* Batch menu */
-       { "AddToBatch", GTK_STOCK_ADD, _("_Add to batch queue"), "<control>B", 
NULL, ACTION_CB(add_to_batch) },
-       { "AddViewToBatch", NULL, _("_Add view to queue..."), NULL, NULL, 
ACTION_CB(add_view_to_batch) },
-       { "RemoveFromBatch", GTK_STOCK_REMOVE, _("_Remove from batch queue"), 
"<control><alt>B", NULL, ACTION_CB(remove_from_batch) },
+       { "AddToBatch", GTK_STOCK_ADD, _("_Add to batch queue"), "Insert", 
NULL, ACTION_CB(add_to_batch) },
+       { "AddViewToBatch", NULL, _("_Add view to queue..."), 
"<control>Insert", NULL, ACTION_CB(add_view_to_batch) },
+       { "RemoveFromBatch", GTK_STOCK_REMOVE, _("_Remove from batch queue"), 
"<control>Delete", NULL, ACTION_CB(remove_from_batch) },
        { "ProcessBatch", GTK_STOCK_EXECUTE, _("_Start"), NULL, NULL, 
ACTION_CB(ProcessBatch) },
 
        /* help menu */


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

Reply via email to