|
@@ -262,12 +262,10 @@ d.text text=Population\ density
|
|
|
<dt>Ctrl+O</dt>
|
|
|
<dd>Load workspace from file</dd>
|
|
|
<dt>Ctrl+S</dt>
|
|
|
- <dd>Save workspace</dd>
|
|
|
- <dt>Ctrl+C</dt>
|
|
|
<dd>Close workspace</dd>
|
|
|
<dt>Ctrl+L</dt>
|
|
|
<dd>Load map layers</dd>
|
|
|
- <dt>Ctrl+E</dt>
|
|
|
+ <dt>Ctrl+W</dt>
|
|
|
<dd>Exit GUI</dd>
|
|
|
<dt>Ctrl+Q</dt>
|
|
|
<dd>Quit GRASS</dd>
|
|
@@ -277,12 +275,26 @@ d.text text=Population\ density
|
|
|
<dl>
|
|
|
<dt>Ctrl+Tab</dt>
|
|
|
<dd>Switch 'Map layers' and 'Command output' tab</dd>
|
|
|
- <dt>Alt+R</dt>
|
|
|
+ <dt>Ctrl+R</dt>
|
|
|
<dd>Add raster map layer</dd>
|
|
|
- <dt>Alt+V</dt>
|
|
|
+ <dt>Ctrl+V</dt>
|
|
|
<dd>Add vector map layer</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
|