Author: abrander
Date: 2010-04-01 16:31:12 +0200 (Thu, 01 Apr 2010)
New Revision: 3290

Modified:
   trunk/src/rs-actions.c
Log:
[354] Added control+d as shortcut for split.

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c      2010-04-01 14:02:49 UTC (rev 3289)
+++ trunk/src/rs-actions.c      2010-04-01 14:31:12 UTC (rev 3290)
@@ -1079,7 +1079,7 @@
        { "Toolbox", NULL, _("_Toolbox"), "<control>T", NULL, 
ACTION_CB(toolbox), TRUE },
        { "Fullscreen", GTK_STOCK_FULLSCREEN, _("_Fullscreen"), "F11", NULL, 
ACTION_CB(fullscreen), FALSE },
        { "ExposureMask", NULL, _("_Exposure mask"), "<control>E", NULL, 
ACTION_CB(exposure_mask), FALSE },
-       { "Split", NULL, _("_Split"), NULL, NULL, ACTION_CB(split), FALSE },
+       { "Split", NULL, _("_Split"), "<control>D", NULL, ACTION_CB(split), 
FALSE },
 #if GTK_CHECK_VERSION(2,12,0)
        { "Lightsout", NULL, _("_Lights out"), "F12", NULL, 
ACTION_CB(lightsout), FALSE },
 #endif


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

Reply via email to