[GRASS-SVN] r46604 - in grass/trunk/gui/wxpython: docs xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 8 04:56:15 EDT 2011
Author: martinl
Date: 2011-06-08 01:56:14 -0700 (Wed, 08 Jun 2011)
New Revision: 46604
Modified:
grass/trunk/gui/wxpython/docs/wxGUI.html
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: change key shortcuts for adding new map layers (Ctrl+V is usually used for 'paste')
Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html 2011-06-08 08:45:10 UTC (rev 46603)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html 2011-06-08 08:56:14 UTC (rev 46604)
@@ -318,12 +318,15 @@
<dd>Load workspace from file</dd>
<dt>Ctrl+S</dt>
<dd>Close workspace</dd>
- <dt>Ctrl+L</dt>
- <dd>Load map layers</dd>
- <dt>Ctrl+R</dt>
- <dd>Add raster map layer</dd>
- <dt>Ctrl+V</dt>
- <dd>Add vector map layer</dd>
+</dl>
+
+<b>Map Layers</b>
+ <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>
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2011-06-08 08:45:10 UTC (rev 46603)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2011-06-08 08:56:14 UTC (rev 46604)
@@ -66,19 +66,19 @@
<label>Add multiple rasters or vectors</label>
<help>Add multiple raster or vector map layers to current display</help>
<handler>OnAddMaps</handler>
- <shortcut>Ctrl+L</shortcut>
+ <shortcut>Ctrl+Shift+L</shortcut>
</menuitem>
<menuitem>
<label>Add raster</label>
<help>Add raster map layer to current display</help>
<handler>OnAddRaster</handler>
- <shortcut>Ctrl+R</shortcut>
+ <shortcut>Ctrl+Shift+R</shortcut>
</menuitem>
<menuitem>
<label>Add vector</label>
<help>Add vector map layer to current display</help>
<handler>OnAddVector</handler>
- <shortcut>Ctrl+V</shortcut>
+ <shortcut>Ctrl+Shift+V</shortcut>
</menuitem>
</items>
</menu>
More information about the grass-commit
mailing list