[GRASS-SVN] r63562 - grass/trunk/gui/wxpython/docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 15 15:05:57 PST 2014
Author: martinl
Date: 2014-12-15 15:05:57 -0800 (Mon, 15 Dec 2014)
New Revision: 63562
Modified:
grass/trunk/gui/wxpython/docs/wxGUI.html
Log:
wxGUI: Keyboard short-cuts on one place
Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html 2014-12-15 22:40:52 UTC (rev 63561)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html 2014-12-15 23:05:57 UTC (rev 63562)
@@ -350,51 +350,6 @@
</dl>
-<h4>Key shortcuts</h4>
-
-<dl>
- <dt>Ctrl+Tab</dt>
- <dd>Switch 'Map layers' and 'Command output' tab</dd>
- <dt>Ctrl+Q</dt>
- <dd>Quit</dd>
-</dl>
-
-<b>Workspace</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>Close workspace</dd>
-</dl>
-
-<b>Map Layers</b>
-<dl>
- <dt>Ctrl+Shift+L</dt>
- <dd>Add multiple raster or vector map layers to current map display</dd>
- <dt>Ctrl+Shift+R</dt>
- <dd>Add raster map layer to current map display</dd>
- <dt>Ctrl+Shift+V</dt>
- <dd>Add vector map layer to current map display</dd>
- <dt>Ctrl+W</dt>
- <dd>Close current map display</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
@@ -630,10 +585,58 @@
<h3>Keyboard short-cuts</h3>
-<ul>
-<li>Fullscreen mode (toggle on/off): F11</li>
-</ul>
+<h4>Layer Manager</h4>
+<dl>
+ <dt>Ctrl+Tab</dt>
+ <dd>Switch 'Map layers' and 'Command output' tab</dd>
+ <dt>Ctrl+Q</dt>
+ <dd>Quit</dd>
+</dl>
+
+<b>Workspace</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>Close workspace</dd>
+</dl>
+
+<b>Map Layers</b>
+<dl>
+ <dt>Ctrl+Shift+L</dt>
+ <dd>Add multiple raster or vector map layers to current map display</dd>
+ <dt>Ctrl+Shift+R</dt>
+ <dd>Add raster map layer to current map display</dd>
+ <dt>Ctrl+Shift+V</dt>
+ <dd>Add vector map layer to current map display</dd>
+ <dt>Ctrl+W</dt>
+ <dd>Close current map display</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>
+
+<h4>Map Display</h4>
+
+<dl>
+ <dt>F11</dt>
+ <dd>Fullscreen mode (toggle on/off)</dd>
+</dl>
+
<h2>SEE ALSO</h2>
<em>
More information about the grass-commit
mailing list