1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3<html>
4<head>
5	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6	<link href="../../css/manpage.css" rel="stylesheet" type="text/css">
7	<title>Shortcut Keys</title>
8</head>
9<body>
10
11<!-- ====================================================================== -->
12<h1 id="SHORTCUT">Shortcut Keys</h1>
13<table class="shortcut">
14	<thead>
15		<tr><td>Key</td><td>Corresponding Menu Item</td><td>Operation</td></tr>
16	</thead>
17	<tbody>
18		<!-- [File] -->
19		<tr>
20			<td>CTRL+O</td>
21			<td><B>File</B> → <B>Open</B></td>
22			<td>Opens the file.</td>
23		</tr>
24		<tr>
25			<td>Ctrl+W</td>
26			<td><B>File</B> → <B>Close</B></td>
27			<td>Closes the selected file.</td>
28		</tr>
29		<tr>
30			<td>Ctrl+Shift+W</td>
31			<td>[File] -&gt;[Close All]</td>
32			<td>Closes all files.</td>
33		</tr>
34		<tr>
35			<td>Ctrl+S</td>
36			<td>[File]-&gt;[Overwrite save]</td>
37			<td>Overwrite-saves the selected file.</td>
38		</tr>
39		<tr>
40			<td>Ctrl+Shift+S</td>
41			<td><B>File</B> → <B>Save All</B></td>
42			<td>Saves all files.</td>
43		</tr>
44		<tr>
45			<td>Ctrl+B</td>
46			<td>[File]-&gt;[Binary Save]</td>
47			<td>Saves file in binary format.</td>
48		</tr>
49		<tr>
50			<td>F2</td>
51			<td>[File]-&gt;[Change Name]</td>
52			<td>Changes the file name.</td>
53		</tr>
54		<tr>
55			<td>CTRL+Q</td>
56			<td><B>File</B> → <B>Quit</B></td>
57			<td>Exits the application.</td>
58		</tr>
59		<!-- [Edit] -->
60		<tr>
61			<td>Ctrl+Z</td>
62			<td><B>Edit</B> → <B>Undo</B></td>
63			<td>Restores to a pre-edited state.</td>
64		</tr>
65		<tr>
66			<td>Ctrl+Y</td>
67			<td><B>Edit</B> → <B>Redo</B></td>
68			<td>Redoes a single edit that was undone.</td>
69		</tr>
70		<!-- [View] -->
71		<tr>
72			<td>Ctrl+P</td>
73			<td>[Display] -&gt; Property Window]</td>
74			<td>Displays the property window.</td>
75		</tr>
76		<!-- [Preview] -->
77		<tr>
78			<td>F5</td>
79			<td>[Preview] -&gt; [Connect to Viewer] ([Disconnect from Viewer])</td>
80			<td>Starts connection to Viewer. (If connected, terminates the connection).</td>
81		</tr>
82		<!-- [Tool] -->
83		<tr>
84			<td>F6</td>
85			<td>Tools &gt; Viewer Controls</td>
86			<td>Displays <B>Viewer Controls</B>.</td>
87		</tr>
88		<!-- [Help] -->
89		<tr>
90			<td>F1</td>
91			<td><B>Help</B> → <B>Help</B></td>
92			<td>Displays context-sensitive help.</td>
93		</tr>
94	</tbody>
95</table>
96
97<hr><p>CONFIDENTIAL</p></body>
98</html>
99