File: geda-gschem_ug-stroke.html

package info (click to toggle)
lepton-eda 1.9.18-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 41,024 kB
  • sloc: ansic: 66,688; lisp: 29,508; sh: 6,792; makefile: 3,111; perl: 1,404; pascal: 1,161; lex: 887; sed: 16; cpp: 8
file content (64 lines) | stat: -rw-r--r-- 3,854 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
  <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
  <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
  <link rel="stylesheet" media="print" type="text/css" href="./print.css" />

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div class="dokuwiki export">
<div class="table sectionedit1"><table class="inline">
	<tr class="row0">
		<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>
	</tr>
</table></div>
<!-- EDIT1 TABLE [1-136] -->
<h2 class="sectionedit2"><a name="mouse_gesture_support" id="mouse_gesture_support">Mouse gesture support</a></h2>
<div class="level2">

<p>
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:
</p>
<pre class="code">(middle-button &quot;stroke&quot;)</pre>

<p>
to a <a href="geda-gschem_ug-config.html" class="wikilink1" title="geda-gschem_ug-config.html">gschem configuration file</a>.
</p>

<p>
By default, the following gestures are available:
</p>
<ul>
<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>
</li>
<li class="level1"><div class="li"> Draw a line upwards to zoom out.</div>
</li>
<li class="level1"><div class="li"> Draw a line downwards to zoom in.</div>
</li>
<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>
</li>
<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>
</li>
<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>
</li>
<li class="level1"><div class="li"> Draw an “E” to edit selected objects, like <strong>Edit→Edit</strong>.</div>
</li>
<li class="level1"><div class="li"> Draw a “D” to delete selected objects, like <strong>Edit→Delete</strong>.</div>
</li>
<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>
</li>
<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>
</li>
</ul>

<p>
To modify or add to the available gestures, please see examples in the gschem system configuration file.
</p>

</div>
<!-- EDIT2 SECTION "Mouse gesture support" [138-] --></div>
</body>
</html>