summaryrefslogtreecommitdiff
path: root/support/ite/bindings.html
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/ite/bindings.html
Initial commit
Diffstat (limited to 'support/ite/bindings.html')
-rw-r--r--support/ite/bindings.html115
1 files changed, 115 insertions, 0 deletions
diff --git a/support/ite/bindings.html b/support/ite/bindings.html
new file mode 100644
index 0000000000..a9482de2c9
--- /dev/null
+++ b/support/ite/bindings.html
@@ -0,0 +1,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>