File: Panner-Control.html

package info (click to toggle)
pcb 1.99j%2B20050127-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,632 kB
  • ctags: 4,302
  • sloc: ansic: 45,369; pascal: 3,526; sh: 1,140; yacc: 1,076; makefile: 575; lex: 348; perl: 183; awk: 102; tcl: 63
file content (71 lines) | stat: -rw-r--r-- 3,446 bytes parent folder | download
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
65
66
67
68
69
70
71
<html lang="en">
<head>
<title>Pcb</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Pcb">
<meta name="generator" content="makeinfo 4.6">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
--></style>
</head>
<body>
<div class="node">
<p>
Node:&nbsp;<a name="Panner%20Control">Panner Control</a>,
Next:&nbsp;<a rel="next" accesskey="n" href="Layer-Controls.html#Layer%20Controls">Layer Controls</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Status-line-and-Input-field.html#Status-line%20and%20Input-field">Status-line and Input-field</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Application-Window.html#Application%20Window">Application Window</a>
<hr><br>
</div>

<h3 class="subsection">The Panner Control</h4>

<p>The panner control, located at the upper left side of the window, is used to
adjust what portion of the layout is seen in the Layout area. The outer
rectangle of the panner represents the whole layout (extended to have the
panner aspect ratio), while the inner control rectangle represents the
portion seen through the Layout area. Slowly drag this part around with
the mouse (<em>Btn1</em>) to see how it pans the layout. Release the panner
control, but leave the pointer within the outer most rectangle of the
control. Now hit a few keyboard arrow keys. Each arrow key moves the region
seen one-half window size in the arrow direction. If you want to see a
portion of the layout that is off the top of the screen, you need to
drag the panner up, or hit the up arrow key.

   <p>Move the pointer back into the Layout area. 
Increase the zoom by hitting the <em>Z</em> key. See how the inner part of
the panner becomes smaller to reflect that you are viewing a smaller
part of the layout. Now zoom out by hitting <em>Shift-Z</em>. If you
hit the arrow key with the pointer in the Layout area, it moves
the pointer rather than scrolling the window. In general the keyboard
shortcuts depend on which region of <code>Pcb's</code> window the pointer
is over. For the most part, the key strokes in this manual refer to
the case when the pointer is in the Layout area. You can do fine
scrolling in the Layout area by dragging it directly with the
Panner tool. Press the <em>Escape</em> key to select the panner tool. 
Now drag in the layout area with <em>Btn1</em> down. You can scroll the drawing
window while the pointer is inside it with <em>Mod-Arrow</em>
keys.

   <p>If you are moving or drawing an object and go beyond the drawing
window borders, the window will auto-scroll. If you want to stop
the auto-scrolling while the pointer is outside the Layout area,
simply pass the pointer briefly over the panner control area, or
a menu button.

   <p>Another way to navigate around a layout is with <em>Shift-Btn3</em>. 
When pressed down, the layout will zoom so the whole extent of
objects is visible, and will return to the previous zoom when
you release the button, but will be centered at the cross hair
position where the button is released. You can do this while in
the middle of drawing an object. Try it now to center near
U7.

   </body></html>