[GRASS-SVN] r46605 - in grass/branches/develbranch_6/gui/wxpython:
docs xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 8 05:00:09 EDT 2011
Author: martinl
Date: 2011-06-08 02:00:09 -0700 (Wed, 08 Jun 2011)
New Revision: 46605
Modified:
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI: change key shortcuts for adding new map layers (Ctrl+V is usually used for 'paste')
(merge r46604 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html 2011-06-08 08:56:14 UTC (rev 46604)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.html 2011-06-08 09:00:09 UTC (rev 46605)
@@ -304,12 +304,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/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2011-06-08 08:56:14 UTC (rev 46604)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2011-06-08 09:00:09 UTC (rev 46605)
@@ -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