[GRASS-SVN] r68151 - grass/branches/releasebranch_7_0/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 25 08:15:23 PDT 2016


Author: wenzeslaus
Date: 2016-03-25 08:15:23 -0700 (Fri, 25 Mar 2016)
New Revision: 68151

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.html
Log:
wxGUI: update keyboard shortcuts (#2756, backport r67853)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.html	2016-03-25 15:10:24 UTC (rev 68150)
+++ grass/branches/releasebranch_7_0/gui/wxpython/docs/wxGUI.html	2016-03-25 15:15:23 UTC (rev 68151)
@@ -609,11 +609,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