[GRASS-SVN] r42116 - grass/branches/develbranch_6/gui/wxpython/docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 4 15:17:13 EDT 2010
Author: martinl
Date: 2010-05-04 15:17:13 -0400 (Tue, 04 May 2010)
New Revision: 42116
Modified:
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
Log:
wxGUI: document prompt key shortcuts
(merge r42115 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html 2010-05-04 19:09:50 UTC (rev 42115)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html 2010-05-04 19:17:13 UTC (rev 42116)
@@ -263,12 +263,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>
@@ -278,12 +276,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