summaryrefslogtreecommitdiff
path: root/support/ite/bindings.html
blob: a9482de2c96de0707625126e740d93574a8bdf42 (plain)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
  <HEAD>
    <TITLE>Default Key-Bindings</TITLE>
    <LINK REL="STYLESHEET" HREF="manual.css">
  </HEAD>
  <BODY >
    <div>
      <B>Next:</B> <A HREF="winmanager.html">Taming the Window</A>
      <B>Up:</B> <A HREF="manual.html">iTe</A>
      <B>Previous:</B> <A HREF="largefiles.html">Large eps-Files</A>
    </div>

    <H1>Default Key-Bindings</H1>

    <P>
      The following table lists the <EM>default</EM> key binding. The actual
      key bindings on your system could be different due to <a href="installation.html#customization">customization</a>.
    </P>

      <TABLE align="center" CELLPADDING=3 BORDER="1" style="text-align:center">
	  <TR><th>KEY</th>
	    <th>BINDING</th>
	  </TR>
	  <TR><TD COLSPAN=2 style="background-color:#fff0ff">Navigational keys</TD>
	  </TR>
	  <TR><TD>space</TD>
	    <TD>select next page with objects</TD>
	  </TR>
	  <TR><TD>b</TD>
	    <TD>select previous page with objects</TD>
	  </TR>
	  <TR><TD>n</TD>
	    <TD>select next object</TD>
	  </TR>
	  <TR><TD>p</TD>
	    <TD>select previous object</TD>
	  </TR>
	  <TR><TD COLSPAN=2 style="background-color:#fff0ff">Object manipulation keys first binding</TD>
	  </TR>
	  <TR><TD>up-arrow</TD>
	    <TD>move selected object up</TD>
	  </TR>
	  <TR><TD>down-arrow</TD>
	    <TD>move selected object down</TD>
	  </TR>
	  <TR><TD>left-arrow</TD>
	    <TD>move selected object left</TD>
	  </TR>
	  <TR><TD>right-arrow</TD>
	    <TD>move selected object right</TD>
	  </TR>
	  <TR><TD COLSPAN=2 style="background-color:#fff0ff">Object manipulation keys second binding</TD>
	  </TR>
	  <TR><TD>up-arrow</TD>
	    <TD>magnify selected object</TD>
	  </TR>
	  <TR><TD>down-arrow</TD>
	    <TD>shrink selected object</TD>
	  </TR>
	  <TR><TD>left-arrow</TD>
	    <TD>rotate counterclockwise</TD>
	  </TR>
	  <TR><TD>right-arrow</TD>
	    <TD>rotate clockwise</TD>
	  </TR>
	  <TR><TD COLSPAN=2 style="background-color:#fff0ff">Toggle keys</TD>
	  </TR>
	  <TR><TD>t</TD>
	    <TD>toggle between first and second binding</TD>
	  </TR>
	  <TR><TD>o</TD>
	    <TD>toggle bounding box only on/off</TD>
	  </TR>
	  <TR><TD COLSPAN=2 style="background-color:#fff0ff">Modifiers for object manipulation keys</TD>
	  </TR>
	  <TR><TD>Ctrl</TD>
	    <TD>manipulate in smaller steps</TD>
	  </TR>
	  <TR><TD>Alt</TD>
	    <TD>manipulate in tiny steps</TD>
	  </TR>
	  <TR><TD COLSPAN=2 style="background-color:#fff0ff">Zooming</TD>
	  </TR>
	  <TR><TD>Z</TD>
	    <TD>no zoom, not centered</TD>
	  </TR>
	  <TR><TD>z</TD>
	    <TD>no zoom but center</TD>
	  </TR>
	  <TR><TD>Ctrl z</TD>
	    <TD>zoom in on current object</TD>
	  </TR>
	  <TR><TD>Alt z</TD>
	    <TD>zoom in even more</TD>
	  </TR>
	  <TR><TD COLSPAN=2 style="background-color:#fff0ff">Miscellaneous</TD>
	  </TR>
	  <TR><TD>r</TD>
	    <TD>redisplay page (refresh)</TD>
	  </TR>
	  <TR><TD>q</TD>
	    <TD>quit</TD>
	  </TR>
      </TABLE>
      
    <P>
      The zoom key 'z' may take a numerical prefix. This number divided by 10
      is then the zoom factor. For example, the key sequence 'M-30z' will zoom in
      on the current object by a factor of 3.
    </p>

    <div id='TIMESTAMP' style='font-size:small'><hr/>Last modified by <A HREF='http://www.decatur.de/wolfgang'>Wolfgang K&uuml;hn</a> on Mar 27 2005</div>
</BODY>
</HTML>