File: hotkeys.html

package info (click to toggle)
xmgr 4.1.2-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,544 kB
  • ctags: 6,680
  • sloc: ansic: 79,050; sh: 1,812; makefile: 278; perl: 90; fortran: 66
file content (27 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (5)
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
<HTML>

<HEAD>
<TITLE>Xmgr: hot keys</TITLE>
</HEAD>

<BODY>

	<h2> <a NAME="hotkeys">Hot keys</a> </h2>
<p>
When the pointer focus is on the canvas (where the graph is drawn), there 
are some shortcuts to activate several actions. They are:
<p>
<ul>
	<li>  ^A - autoscale plot
	<li>  ^B - draw a box (using the current settings for boxes)
	<li>  ^D - delete an object (string, line, or box)
	<li>  ^N - move an object (string, line, or box)
	<li>  ^P - draw a line (using the current settings for lines)
	<li>  ^V - set the viewport with the mouse
	<li>  ^W - write a string (using the current settings for strings)
	<li>  ^X - exit (abruptly) xmgr.
	<li>  ^Z - enable zoom
</ul>

</BODY>
</HTML>