Author: post
Date: 2010-10-24 16:44:21 +0200 (Sun, 24 Oct 2010)
New Revision: 3583

Modified:
   trunk/src/rs-actions.c
Log:
Add keyboard shortcut for tethered shooting (F9).

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c      2010-10-24 14:43:34 UTC (rev 3582)
+++ trunk/src/rs-actions.c      2010-10-24 14:44:21 UTC (rev 3583)
@@ -1205,7 +1205,7 @@
        { "PreviousPhoto", GTK_STOCK_GO_BACK, _("_Previous photo"), 
"<control>Left", NULL, ACTION_CB(previous_photo) },
        { "NextPhoto", GTK_STOCK_GO_FORWARD, _("_Next Photo"), 
"<control>Right", NULL, ACTION_CB(next_photo) },
        { "LensDbEditor", NULL, _("_Lens Library"), "<control>L", NULL, 
ACTION_CB(lens_db_editor) },
-       { "TetheredShooting", NULL, _("_Tethered Shooting"), NULL, NULL, 
ACTION_CB(tethered_shooting) },
+       { "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) },


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

Reply via email to