netlist: Apply title patch to Python netlist backend
[geda-gaf.git] / docs / wiki / geda-gschem_ug-stroke.html
blob7489b0375a0cd98ece211f1ad654d66d79ce62bb
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
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" />
10 </head>
11 <body>
12 <a href=.>start</a>&nbsp;=>&nbsp;<a href=geda-gschem_ug.html>gschem_ug</a></br>
13 <div class="table sectionedit1"><table class="inline">
14 <tr class="row0">
15 <td class="col0 leftalign"> &lt;&lt; <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> &gt;&gt; </td>
16 </tr>
17 </table></div>
18 <!-- EDIT1 TABLE [1-136] -->
19 <h2 id="mousegesturesupport">Mouse gesture support</h2>
20 <div class="level2">
22 <p>
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:
24 </p>
25 <pre class="code">(middle-button &quot;stroke&quot;)</pre>
27 <p>
28 to a <a href="geda-gschem_ug-config.html" class="wikilink1" title="geda-gschem_ug-config.html">gschem configuration file</a>.
29 </p>
31 <p>
32 By default, the following gestures are available:
33 </p>
34 <ul>
35 <li class="level1"><div class="li"> Draw a &quot;Z&quot; to begin drawing a region of interest box to zoom to, like <strong>View→Zoom Box</strong> (see <a href="geda-gschem_ug-viewingschematics.html" class="wikilink2" title="geda-gschem_ug-viewingschematics.html">Viewing schematics</a>).</div>
36 </li>
37 <li class="level1"><div class="li"> Draw a line upwards to zoom out.</div>
38 </li>
39 <li class="level1"><div class="li"> Draw a line downwards to zoom in.</div>
40 </li>
41 <li class="level1"><div class="li"> Draw a &quot;S&quot; 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>
42 </li>
43 <li class="level1"><div class="li"> Draw a &quot;C&quot; 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>
44 </li>
45 <li class="level1"><div class="li"> Draw a &quot;M&quot; 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>
46 </li>
47 <li class="level1"><div class="li"> Draw an &quot;E&quot; to edit selected objects, like <strong>Edit→Edit</strong>.</div>
48 </li>
49 <li class="level1"><div class="li"> Draw a &quot;D&quot; to delete selected objects, like <strong>Edit→Delete</strong>.</div>
50 </li>
51 <li class="level1"><div class="li"> Draw an &quot;L&quot; to begin adding <a href="geda-gschem_ug-graphics.html" class="wikilink1" title="geda-gschem_ug-graphics.html">lines</a>.</div>
52 </li>
53 <li class="level1"><div class="li"> Draw an &quot;N&quot; to begin adding <a href="geda-gschem_ug-graphics.html" class="wikilink1" title="geda-gschem_ug-graphics.html">nets</a>.</div>
54 </li>
55 </ul>
57 <p>
58 To modify or add to the available gestures, please see examples in the gschem system configuration file.
59 </p>
61 </div>
62 </body>
63 </html>