[GRASS-SVN] r42115 - grass/trunk/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 4 15:09:54 EDT 2010


Author: martinl
Date: 2010-05-04 15:09:50 -0400 (Tue, 04 May 2010)
New Revision: 42115

Modified:
   grass/trunk/gui/wxpython/docs/wxGUI.html
Log:
wxGUI: document prompt key shortcuts


Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	2010-05-04 18:36:53 UTC (rev 42114)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2010-05-04 19:09:50 UTC (rev 42115)
@@ -262,12 +262,10 @@
   <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+L</dt>
   <dd>Load map layers</dd>
-  <dt>Ctrl+E</dt>
+  <dt>Ctrl+W</dt>
   <dd>Exit GUI</dd>
   <dt>Ctrl+Q</dt>
   <dd>Quit GRASS</dd>
@@ -277,12 +275,26 @@
 <dl>
   <dt>Ctrl+Tab</dt>
   <dd>Switch 'Map layers' and 'Command output' tab</dd>
-  <dt>Alt+R</dt>
+  <dt>Ctrl+R</dt>
   <dd>Add raster map layer</dd>
-  <dt>Alt+V</dt>
+  <dt>Ctrl+V</dt>
   <dd>Add vector map layer</dd>
 </dl>
 
+<b>Command line prompt</b>
+<dl>
+  <dt>Tab</dt>
+  <dd>Show command tooltips</dd>
+  <dt>Esc</dt>
+  <dd>Hide command tooltips</dd>
+  <dt>Ctrl+Space</dt>
+  <dd>Map entries without arguments (as in <tt>r.info [mapname]</tt>)</dd>
+  <dt>Up/Down</dt>
+  <dd>List command history</dd>
+  <dt>Enter</dt>
+  <dd>Run command</dd>
+</dl>
+
 <h3>Map Display Window</h3>
 
 The map display window includes toolbar that can be docked and undocked from 



More information about the grass-commit mailing list