Browse Source

wxGUI: Keyboard short-cuts on one place

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63562 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
da8934de4f
1 changed files with 51 additions and 48 deletions
  1. 51 48
      gui/wxpython/docs/wxGUI.html

+ 51 - 48
gui/wxpython/docs/wxGUI.html

@@ -350,51 +350,6 @@ d.text text=Population\ density
 
 </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,9 +585,57 @@ the computational region extents.
 
 <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>