1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./style.css" />
6 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./design.css" />
7 <link rel=
"stylesheet" media=
"print" type=
"text/css" href=
"./print.css" />
9 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
12 <a href=.
>start
</a> =
> <a href=geda-gschem_ug.html
>gschem_ug
</a></br>
13 <div class=
"table sectionedit1"><table class=
"inline">
15 <td class=
"col0 leftalign"> «
<a href=
"geda-gschem_ug-command_line.html" class=
"wikilink1" title=
"geda-gschem_ug-command_line.html">Command-line arguments
</a> </td><td class=
"col1 centeralign"> <strong><a href=
"geda-gschem_ug.html" class=
"wikilink1" title=
"geda-gschem_ug.html">gEDA gschem User Guide
</a></strong> </td><td class=
"col2 rightalign"> <a href=
"geda-gschem_ug-extensions.html" class=
"wikilink1" title=
"geda-gschem_ug-extensions.html">Extending gschem
</a> »
</td>
18 <!-- EDIT1 TABLE [1-136] -->
19 <h2 class=
"sectionedit2" id=
"mouse_gesture_support">Mouse gesture support
</h2>
23 Some
<a href=
"geda-gschem_ug-editing_actions.html" class=
"wikilink1" title=
"geda-gschem_ug-editing_actions.html">actions
</a> can be accessed using
<em>mouse gestures
</em>. Mouse gestures are performed by clicking and dragging the middle mouse button. Gestures are not normally enabled; to enable them, you need to add:
25 <pre class=
"code">(middle-button
"stroke
")
</pre>
28 to a
<a href=
"geda-gschem_ug-config.html" class=
"wikilink1" title=
"geda-gschem_ug-config.html">gschem configuration file
</a>.
32 By default, the following gestures are available:
35 <li class=
"level1"><div class=
"li"> Draw a “Z” to begin drawing a region of interest box to zoom to, like
<strong>View→Zoom Box
</strong> (see
<a href=
"geda-gschem_ug-viewing_schematics.html" class=
"wikilink1" title=
"geda-gschem_ug-viewing_schematics.html">Viewing schematics
</a>).
</div>
37 <li class=
"level1"><div class=
"li"> Draw a line upwards to zoom out.
</div>
39 <li class=
"level1"><div class=
"li"> Draw a line downwards to zoom in.
</div>
41 <li class=
"level1"><div class=
"li"> Draw a “S” to return to Select Mode (see
<a href=
"geda-gschem_ug-selecting.html" class=
"wikilink1" title=
"geda-gschem_ug-selecting.html">Selecting objects
</a>).
</div>
43 <li class=
"level1"><div class=
"li"> Draw a “C” to copy selected objects, like
<strong>Edit→Copy Mode
</strong> (see
<a href=
"geda-gschem_ug-moving_copying.html" class=
"wikilink1" title=
"geda-gschem_ug-moving_copying.html">Moving and copying
</a>).
</div>
45 <li class=
"level1"><div class=
"li"> Draw a “M” to move selected objects, like
<strong>Edit→Move Mode
</strong> (see
<a href=
"geda-gschem_ug-moving_copying.html" class=
"wikilink1" title=
"geda-gschem_ug-moving_copying.html">Moving and copying
</a>).
</div>
47 <li class=
"level1"><div class=
"li"> Draw an “E” to edit selected objects, like
<strong>Edit→Edit
</strong>.
</div>
49 <li class=
"level1"><div class=
"li"> Draw a “D” to delete selected objects, like
<strong>Edit→Delete
</strong>.
</div>
51 <li class=
"level1"><div class=
"li"> Draw an “L” to begin adding
<a href=
"geda-gschem_ug-graphics.html" class=
"wikilink1" title=
"geda-gschem_ug-graphics.html">lines
</a>.
</div>
53 <li class=
"level1"><div class=
"li"> Draw an “N” to begin adding
<a href=
"geda-gschem_ug-graphics.html" class=
"wikilink1" title=
"geda-gschem_ug-graphics.html">nets
</a>.
</div>
58 To modify or add to the available gestures, please see examples in the gschem system configuration file.
62 <!-- EDIT2 SECTION "Mouse gesture support" [138-] --></body>