Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3226 by maya, Tue Mar 24 09:37:20 2009 UTC revision 3227 by maya, Tue Mar 24 15:10:33 2009 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">    "http://www.w3.org/TR/html4/strict.dtd">
3  <html>  <html>
4  <head>  <head>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6  <title>Keypad mode</title>  <title>Keypad mode</title>
7  <meta http-equiv="Content-Style-Type" content="text/css">  <meta http-equiv="Content-Style-Type" content="text/css">
8  <link rel="stylesheet" href="../../style.css" type="text/css">  <link rel="stylesheet" href="../../style.css" type="text/css">
9  </head>  </head>
10  <body>  <body>
11    
12  <h1>Keypad mode</h1>  <h1>Keypad mode</h1>
13    
14  <p>This document has not been translated yet.</p>  <p>This document has not been translated yet.</p>
15    
16  <p>  <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:  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>  </p>
19    
20  <dl>  <dl>
21    <dt>Numeric keypad mode</dt>    <dt>Numeric keypad mode</dt>
22    <dd>    <dd>
23      In normal mode, the keypad behaves like a normal Windows keypad:      In normal mode, the keypad behaves like a normal Windows keypad:
24      with NumLock on or off, the number keys generate numbers.      with NumLock on or off, the number keys generate numbers.
25      This is the default mode.      This is the default mode.
26    </dd>    </dd>
27    
28    <dt>Application keypad mode</dt>    <dt>Application keypad mode</dt>
29    <dd>    <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>      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.      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>    </dd>
33  </dl>  </dl>
34    
35  <h1>Cursor key mode</h1>  <h1>Cursor key mode</h1>
36  <p>  <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.  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>  </p>
39    
40  <dl>  <dl>
41    <dt>Normal cursor mode</dt>    <dt>Normal cursor mode</dt>
42    <dd>    <dd>
43      In this mode, the arrow keys send the same key sequences. For example, UP ARROW sends &lt;ESC&gt;[A sequence.      In this mode, the arrow keys send the same key sequences. For example, UP ARROW sends &lt;ESC&gt;[A sequence.
44    </dd>    </dd>
45    
46    <dt>Application cursor mode</dt>    <dt>Application cursor mode</dt>
47    <dd>    <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>      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      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>.      <a href="../../setup/teraterm-misc.html#mousewheel">Mouse wheel action in application cursor mode</a>.
51    </dd>    </dd>
52  </dl>  </dl>
53    
54  <h1>Disabling application keypad/cursor mode</h1>  <h1>Disabling application keypad/cursor mode</h1>
55  <p>  <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.  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>  </p>
58    
59  <p>  <p>
60  Here is <a href="about_tenkey.html">Another method</a> to disable the application keypad mode.  Here is <a href="about_tenkey.html">Another method</a> to disable the application keypad mode.
61  </p>  </p>
62    
63  </body>  </body>
64  </html>  </html>

Legend:
Removed from v.3226  
changed lines
  Added in v.3227

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