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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 16 19:48:57 PST 2016


Author: wenzeslaus
Date: 2016-02-16 19:48:57 -0800 (Tue, 16 Feb 2016)
New Revision: 67853

Modified:
   grass/trunk/gui/wxpython/docs/wxGUI.html
Log:
wxGUI: update keyboard shortcuts (#2756)

Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	2016-02-17 03:27:50 UTC (rev 67852)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2016-02-17 03:48:57 UTC (rev 67853)
@@ -603,11 +603,17 @@
   <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>
+  <dd>Show auto-complete suggestions</dd>
   <dt>Up/Down</dt>
   <dd>List command history</dd>
   <dt>Enter</dt>
   <dd>Run command</dd>
+  <dt>Ctrl++</dt>
+  <dd>Increase font size (numerical keyboard plus key)</dd>
+  <dt>Ctrl+-</dt>
+  <dd>Decrease font size (numerical keyboard minus key)</dd>
+  <dt>Ctrl+mouse wheel</dt>
+  <dd>Increase or decrease font size</dd>
 </dl>
 
 <h4>Map Display</h4>



More information about the grass-commit mailing list