[GRASS-SVN] r40028 - in grass/branches/develbranch_6/gui/wxpython: docs xml

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 16 15:13:32 EST 2009


Author: martinl
Date: 2009-12-16 15:13:31 -0500 (Wed, 16 Dec 2009)
New Revision: 40028

Modified:
   grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI: more shortcuts
       (merge r40024 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html	2009-12-16 20:10:08 UTC (rev 40027)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html	2009-12-16 20:13:31 UTC (rev 40028)
@@ -8,7 +8,7 @@
 typing at GRASS command line prompt
 
 <div class="code"><pre>
-   g.gui -u wxpython& 
+   g.gui -u wxpython 
 </pre></div>
 
 or define in your <tt>.grassrc6</tt> file 'GRASS_GUI' variable
@@ -21,7 +21,7 @@
 can be restarted from the GRASS command line prompt by typing
 
 <div class="code"><pre>
-    g.gui wxpython&
+    g.gui wxpython
 </pre></div>
 
 or  to restart with previously saved workspace type:
@@ -266,8 +266,12 @@
   <dd>Save workspace</dd>
   <dt>Ctrl+C</dt>
   <dd>Close workspace</dd>
+  <dt>Ctrl+L</dt>
+  <dd>Load map layers</dd>
+  <dt>Ctrl+E</dt>
+  <dd>Exit GUI</dd>
   <dt>Ctrl+Q</dt>
-  <dd>Quit GUI</dd>
+  <dd>Quit GRASS</dd>
 </dl>
 
 <b>Global</b>

Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2009-12-16 20:10:08 UTC (rev 40027)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2009-12-16 20:13:31 UTC (rev 40028)
@@ -33,12 +33,14 @@
 	      <label>Close</label>
 	      <help>Close workspace file</help>
 	      <handler>self.OnWorkspaceClose</handler>
+	      <shortcut>Ctrl+C</shortcut>
 	    </menuitem>
 	    <separator />
 	    <menuitem>
 	      <label>Load map layers</label>
 	      <help>Load map layers into layer tree</help>
 	      <handler>self.OnWorkspaceLoad</handler>
+	      <shortcut>Ctrl+L</shortcut>
 	    </menuitem>
 	    <separator />
 	    <menuitem>
@@ -649,9 +651,10 @@
 	</menuitem>
 	<separator />
 	<menuitem>
-	  <label>Quit GUI</label>
+	  <label>Exit GUI</label>
 	  <help>Quit wxGUI session</help>
 	  <handler>self.OnCloseWindow</handler>
+	  <shortcut>Ctrl+E</shortcut>
 	</menuitem>
 	<menuitem>
 	  <label>Quit GRASS GIS</label>



More information about the grass-commit mailing list