Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 431 - (show annotations) (download) (as text)
Tue Apr 17 15:51:58 2007 UTC (17 years, 1 month ago) by maya
Original Path: doc/trunk/en/html/usage/tips/about_tenkey.html
File MIME type: text/html
File size: 1070 byte(s)
no message

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>Numeric keypad</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>Numeric keypad</h1>
13
14 <p>
15 In the default setup, Tera Term emulates VT100 keyboard. Therefore some
16 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
18 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
20 by using the word "off", like the following (see also
21 <A HREF="../../reference/keycode.txt">KEYCODE.TXT</A>):
22 </p>
23
24 <pre>
25 [VT numeric keypad]
26
27 Num0=off
28 Num1=off
29 Num2=off
30 Num3=off
31 Num4=off
32 Num5=off
33 Num6=off
34 Num7=off
35 Num8=off
36 Num9=off
37 NumMinus=off
38 NumComma=off
39 NumPeriod=off
40 NumEnter=off
41 PF1=off
42 PF2=off
43 PF3=off
44 PF4=off
45 </pre>
46
47 </BODY>
48 </HTML>

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