webgui/www/extras/eopro/eophelp/en_US/hotkeys_en_US.htm
2002-05-07 02:23:04 +00:00

122 lines
No EOL
1.8 KiB
HTML

<html>
<head>
<style>
p,a,td {font:bold 12px Arial}
td.notbold {font: 12px Arial}
b.big {font:bold 19px Arial}
</style>
</head>
<body>
<table>
<tr>
<td>
<b class=big>Hotkeys</b>
</td>
</tr>
</table>
<br>
<table>
<tr>
<td width="150">
Ctrl + A
</td>
<td class=notbold>
Select all.
</td>
</tr>
<tr>
<td>
Ctrl + End
</td>
<td class=notbold>
Go to end of document.
</td>
</tr>
<tr>
<td>
Ctrl + Home
</td>
<td class=notbold>
Go to beginning of document.
</td>
</tr>
<tr>
<td>
Ctrl + R
</td>
<td class=notbold>
Refresh the <i>edit-on&reg; Pro</i> display.
</td>
</tr>
<tr>
<td>
Ctrl + X
</td>
<td class=notbold>
Cut selected text.
</td>
</tr>
<tr>
<td>
Ctrl + C
</td>
<td class=notbold>
Copy selected text.
</td>
</tr>
<tr>
<td>
Ctrl + V
</td>
<td class=notbold>
Paste clipboard content.
</td>
</tr>
<tr>
<td>
Ctrl + Arrow Keys
</td>
<td class=notbold>
Go to next/previous word.
</td>
</tr>
<tr>
<td>
Ins
</td>
<td class=notbold>
Toggle between <img src="../images/insert.gif"> and <img src="../images/overwrite.gif"> mode.
</td>
</tr>
<tr>
</tr>
<tr>
<td>
Shift + Enter
</td>
<td class=notbold>
Insert a "&lt;br&gt;" tag (only in WYSIWYG mode).
</td>
</tr>
</table>
<table>
<br>
<br>
<tr>
<td class=notbold>
<font size="2" face="Arial">
<font size="2" face="Arial"><b>Important!</b></font>
The copy/cut/paste functionality within the "WYSIWYG View" works internally with preserving styles/formatting
etc. Due to general Java applet security restrictions it works externally (from/to system clipboard) only if the
applet's CAB/JAR file is digitally signed while styles/formatting etc. will not be preserved. However, the external copy/cut/paste functionality of a
digitally unsigned
<i>edit-on&reg; Pro</i> applet is supported within the "HTML View".
</font>
</td>
</tr>
</table>
</body>
</html>