Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/doc/en/html/usage/tips/about_tenkey.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>Numeric keypad</TITLE>  <TITLE>Numeric keypad</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>Numeric keypad</h1>  <h1>Numeric keypad</h1>
13    
14  <p>  <p>
15  In the default setup, Tera Term emulates VT100 keyboard. Therefore some  In the default setup, Tera Term emulates VT100 keyboard. Therefore some
16  numeric keys do not work like them in other applications. For example,  numeric keys do not work like them in other applications. For example,
17  the "Num Lock" key does not work as "Num Lock". To disable the emulation  the "Num Lock" key does not work as "Num Lock". To disable the emulation
18  and use numeric keys in normal way, edit the keyboard setup file  and use numeric keys in normal way, edit the keyboard setup file
19  KEYBOARD.CNF to disable every items in the [VT numeric keypad] section  KEYBOARD.CNF to disable every items in the [VT numeric keypad] section
20  by using the word "off", like the following (see also  by using the word "off", like the following (see also
21  <A HREF="../../reference/keycode.txt">KEYCODE.TXT</A>):  <A HREF="../../reference/keycode.txt">KEYCODE.TXT</A>):
22  </p>  </p>
23    
24  <pre>  <pre>
25  [VT numeric keypad]  [VT numeric keypad]
26    
27  Num0=off  Num0=off
28  Num1=off  Num1=off
29  Num2=off  Num2=off
30  Num3=off  Num3=off
31  Num4=off  Num4=off
32  Num5=off  Num5=off
33  Num6=off  Num6=off
34  Num7=off  Num7=off
35  Num8=off  Num8=off
36  Num9=off  Num9=off
37  NumMinus=off  NumMinus=off
38  NumComma=off  NumComma=off
39  NumPeriod=off  NumPeriod=off
40  NumEnter=off  NumEnter=off
41  PF1=off  PF1=off
42  PF2=off  PF2=off
43  PF3=off  PF3=off
44  PF4=off  PF4=off
45  </pre>  </pre>
46    
47  </BODY>  </BODY>
48  </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