[GRASS-SVN] r39031 - grass/branches/develbranch_6/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 5 16:57:04 EDT 2009
Author: martinl
Date: 2009-09-05 16:57:02 -0400 (Sat, 05 Sep 2009)
New Revision: 39031
Modified:
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI: more shortcuts (workspace)
(merge from trunk, r39025)
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2009-09-05 20:25:51 UTC (rev 39030)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2009-09-05 20:57:02 UTC (rev 39031)
@@ -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