Procházet zdrojové kódy

wxGUI: Keyboard short-cuts on one place
(merge https://trac.osgeo.org/grass/changeset/63562 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@63563 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa před 10 roky
rodič
revize
454d2a8667
1 změnil soubory, kde provedl 51 přidání a 48 odebrání
  1. 51 48
      gui/wxpython/docs/wxGUI.html

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

@@ -349,51 +349,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 
@@ -629,9 +584,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>