[GRASS-SVN] r39025 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 16:23:25 EDT 2009


Author: martinl
Date: 2009-09-05 16:23:25 -0400 (Sat, 05 Sep 2009)
New Revision: 39025

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: more shortcuts (workspace)


Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2009-09-05 20:22:49 UTC (rev 39024)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2009-09-05 20:23:25 UTC (rev 39025)
@@ -10,16 +10,19 @@
 	      <label>New</label>
 	      <help>Create new workspace</help>
 	      <handler>self.OnWorkspaceNew</handler>
+	      <shortcut>Ctrl+N</shortcut>
 	    </menuitem>
 	    <menuitem>
 	      <label>Open</label>
 	      <help>Load workspace from file</help>
 	      <handler>self.OnWorkspaceOpen</handler>
+	      <shortcut>Ctrl+O</shortcut>
 	    </menuitem>
 	    <menuitem>
 	      <label>Save</label>
 	      <help>Save workspace to open file</help>
 	      <handler>self.OnWorkspaceSave</handler>
+	      <shortcut>Ctrl+S</shortcut>
 	    </menuitem>
 	    <menuitem>
 	      <label>Save as</label>
@@ -30,6 +33,7 @@
 	      <label>Close</label>
 	      <help>Close loaded workspace</help>
 	      <handler>self.OnWorkspaceClose</handler>
+	      <shortcut>Ctrl+C</shortcut>
 	    </menuitem>
 	    <separator />
 	    <menuitem>



More information about the grass-commit mailing list