Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/doc/en/html/usage/tips/appkeypad.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/html
File size: 2668 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
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=iso-8859-1">
6 <title>Keypad mode</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </head>
10 <body>
11
12 <h1>Keypad mode</h1>
13
14 <p>This document has not been translated yet.</p>
15
16 <p>
17 There are the numeric keypad mode and the application keypad mode at VT100 numeric keypad. The remote host can configure these keypad mode with sending the control sequence. These modes have in the following differences:
18 </p>
19
20 <dl>
21 <dt>Numeric keypad mode</dt>
22 <dd>
23 In normal mode, the keypad behaves like a normal Windows keypad:
24 with NumLock on or off, the number keys generate numbers.
25 This is the default mode.
26 </dd>
27
28 <dt>Application keypad mode</dt>
29 <dd>
30 In application mode, all the keypad keys send special control sequences, _including_ Num Lock. Num Lock stops behaving like Num Lock and becomes another function key. For example, if a user pushes 1 key, Tera Term will send &lt;ESC&gt;Oq sequence.<br>
31 A user can use this mode to distinguish between full key numeric key and numeric keypad. Basically, an application will change to application keypad mode.
32 </dd>
33 </dl>
34
35 <h1>Cursor key mode</h1>
36 <p>
37 There are normal cursor mode and application cursor mode in VT100 cursor key definition. The remote application can change this cursor mode by sending the control sequence.
38 </p>
39
40 <dl>
41 <dt>Normal cursor mode</dt>
42 <dd>
43 In this mode, the arrow keys send the same key sequences. For example, UP ARROW sends &lt;ESC&gt;[A sequence.
44 </dd>
45
46 <dt>Application cursor mode</dt>
47 <dd>
48 In this mode, the arrow keys do not send the same key sequences. For example, UP ARROW sends &lt;ESC&gt;OA sequence. <br>
49 Also, Tera Term would send UP ARROW or DOWN ARROW key sequence instead of scrolling through the window by rotating the mouse wheel. Refer to
50 <a href="../../setup/teraterm-misc.html#mousewheel">Mouse wheel action in application cursor mode</a>.
51 </dd>
52 </dl>
53
54 <h1>Disabling application keypad/cursor mode</h1>
55 <p>
56 If a user does not want to use the application keypad/cursor mode, disable this mode on <a href="../../menu/setup-keyboard.html">keyboard configuration dialog</a>. So, a user can use the numeric keypad as numbering on vi editor. However, some problem may be occurred on this mode.
57 </p>
58
59 <p>
60 Here is <a href="about_tenkey.html">Another method</a> to disable the application keypad mode.
61 </p>
62
63 </body>
64 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26