[GRASS-SVN] r39039 - in grass/trunk/gui/wxpython: docs xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 6 02:58:34 EDT 2009


Author: martinl
Date: 2009-09-06 02:58:34 -0400 (Sun, 06 Sep 2009)
New Revision: 39039

Modified:
   grass/trunk/gui/wxpython/docs/wxGUI.html
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: document key shortcuts & cosmetics in menu


Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	2009-09-06 06:51:21 UTC (rev 39038)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2009-09-06 06:58:34 UTC (rev 39039)
@@ -228,6 +228,30 @@
 
 </dl>
 
+<h4>Key shortcuts</h4>
+
+<b>Menu</b>
+<dl>
+  <dt>Ctrl+N</dt>
+  <dd>Create new workspace</dd>
+  <dt>Ctrl+O</dt>
+  <dd>Load workspace from file</dd>
+  <dt>Ctrl+S</dt>
+  <dd>Save workspace</dd>
+  <dt>Ctrl+C</dt>
+  <dd>Close workspace</dd>
+  <dt>Ctrl+Q</dt>
+  <dd>Quit GUI</dd>
+</dl>
+
+<b>Global</b>
+<dl>
+  <dt>Alt+R</dt>
+  <dd>Add raster map layer</dd>
+  <dt>Alt+V</dt>
+  <dd>Add vector map layer</dd>
+</dl>
+
 <h3>Map Display Window</h3>
 
 This component includes toolbar area (set of toolbars), map canvas

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2009-09-06 06:51:21 UTC (rev 39038)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2009-09-06 06:58:34 UTC (rev 39039)
@@ -20,7 +20,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Save</label>
-	      <help>Save workspace to open file</help>
+	      <help>Save workspace</help>
 	      <handler>self.OnWorkspaceSave</handler>
 	      <shortcut>Ctrl+S</shortcut>
 	    </menuitem>
@@ -31,7 +31,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Close</label>
-	      <help>Close loaded workspace</help>
+	      <help>Close workspace file</help>
 	      <handler>self.OnWorkspaceClose</handler>
 	      <shortcut>Ctrl+C</shortcut>
 	    </menuitem>
@@ -645,7 +645,7 @@
 	<separator />
 	<menuitem>
 	  <label>E&amp;xit</label>
-	  <help>Exit GUI</help>
+	  <help>Quit GUI</help>
 	  <handler>self.OnCloseWindow</handler>
 	  <shortcut>Ctrl+Q</shortcut>
 	</menuitem>



More information about the grass-commit mailing list