Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/installer/release/FUNCTION.CNF

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (hide annotations) (download)
Tue Mar 24 15:10:33 2009 UTC (15 years, 2 months ago) by maya
File size: 3250 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 maya 3227 ; Sample of KEYBOARD.CNF for the IBM-PC/AT 101-key keyboard.
2     ; See KEYCODE.TXT for the description of the format.
3     ;
4     ; This file based on IBMKEYB.CNF
5     ; 1. send the symbol of each key top "as-is" at editor keypad.
6     ; 2. send the symbol of each key top "as-is" at *, /, +, -, Ctrl+"+" on a Ten-Key pad.
7     ; 3. enables using the function key from F1 to F10.
8     ; See [User keys] section.
9     ;
10     [VT editor keypad]
11     ;Up arrow key
12     Up=328
13     ;Down arrow key
14     Down=336
15     ;Right arrow key
16     Right=333
17     ;Left arrow key
18     Left=331
19     ;Insert key
20     Insert=338
21     ;Home key
22     Find=327
23     ;PageUp key
24     Prev=329
25     ;Delete key
26     Remove=339
27     ;End key
28     Select=335
29     ;PageDown key
30     Next=337
31    
32     [VT numeric keypad]
33     ;Num pad 0 key
34     Num0=82
35     ;Num pad 1 key
36     Num1=79
37     ;Num pad 2 key
38     Num2=80
39     ;Num pad 3 key
40     Num3=81
41     ;Num pad 4 key
42     Num4=75
43     ;Num pad 5 key
44     Num5=76
45     ;Num pad 6 key
46     Num6=77
47     ;Num pad 7 key
48     Num7=71
49     ;Num pad 8 key
50     Num8=72
51     ;Num pad 9 key
52     Num9=73
53     ;Num pad '+' key
54     NumPlus=78
55     ;Num pad '.' key
56     NumPeriod=83
57     ;Num pad Enter key
58     NumEnter=284
59     ;Num pad '/' key
60     NumSlash=309
61     ;Num pad '*' key
62     NumAsterisk=55
63     ;Num pad '-' key
64     NumMinus=74
65    
66     [VT function keys]
67     Hold=off
68     Print=off
69     Break=off
70     ;F6 key
71     ;F6=64
72     ;F7 key
73     ;F7=65
74     ;F8 key
75     ;F8=66
76     ;F9 key
77     ;F9=67
78     ;F10 key
79     ;F10=68
80     ;F11 key
81     F11=87
82     ;F12 key
83     F12=88
84     ;Shift + F3 key
85     F13=573
86     ;Shift + F4 key
87     F14=574
88     ;Shift + F5 key
89     Help=575
90     ;Shift + F6 key
91     Do=576
92     ;Shift + F7 key
93     F17=577
94     ;Shift + F8 key
95     F18=578
96     ;Shift + F9 key
97     F19=579
98     ;Shift + F10 key
99     F20=580
100     ;Ctrl + F6 key
101     UDK6=1088
102     ;Ctrl + F7 key
103     UDK7=1089
104     ;Ctrl + F8 key
105     UDK8=1090
106     ;Ctrl + F9 key
107     UDK9=1091
108     ;Ctrl + F10 key
109     UDK10=1092
110     ;Ctrl + F11 key
111     UDK11=1111
112     ;Ctrl + F12 key
113     UDK12=1112
114     ;Ctrl + Shift + F3 key
115     UDK13=1597
116     ;Ctrl + Shift + F4 key
117     UDK14=1598
118     ;Ctrl + Shift + F5 key
119     UDK15=1599
120     ;Ctrl + Shift + F6 key
121     UDK16=1600
122     ;Ctrl + Shift + F7 key
123     UDK17=1601
124     ;Ctrl + Shift + F8 key
125     UDK18=1602
126     ;Ctrl + Shift + F9 key
127     UDK19=1603
128     ;Ctrl + Shift + F10 key
129     UDK20=1604
130    
131     [X function keys]
132     ; F1 key
133     ;XF1=59
134     ; F2 key
135     ;XF2=60
136     ; F3 key
137     ;XF3=61
138     ; F4 key
139     ;XF4=62
140     ; F5 key
141     ;XF5=63
142    
143     [Shortcut keys]
144     ; Ctrl + Insert
145     EditCopy=1362
146     ; Shift + Insert
147     EditPaste=850
148     EditPasteCR=off
149     EditCLS=off
150     EditCLB=off
151     ControlOpenTEK=off
152     ControlCloseTEK=off
153     ; Ctrl + up-arrow
154     LineUp=1352
155     ; Ctrl + down-arrow
156     LineDown=1360
157     ; Ctrl + PageUp
158     PageUp=1353
159     ; Ctrl + PageDown
160     PageDown=1361
161     ; Ctrl + Home
162     BuffTop=1351
163     ; Ctrl + End
164     BuffBottom=1359
165     ; Ctrl + Tab
166     NextWin=1039
167     ; Ctrl + Shift + Tab
168     PrevWin=1551
169     LocalEcho=off
170     ; ScrollLock
171     ScrollLock=70
172    
173     ;Example of user key definitions.
174     ;[User keys]
175     ; Ctrl + F1 key: character string
176     ;User1=1083,0,telnet myhost
177     ;
178     ; Ctrl + F2 key: control characters
179     ;User2=1084,0,$0D$0A
180     ;
181     ; Ctrl + F3 key: CR character with new-line code conversion (CR -> CR/CR+LF)
182     ;User3=1085,1,$0D
183     ;
184     ; Ctrl + F4 key: Executing a macro file
185     ;User4=1086,2,test.ttl
186     ;
187     ; Ctrl + F5 key: Executing a menu command
188     ;User5=1087,3,50110
189     [User keys]
190     ; F1
191     User1=59,0,$1BOP
192     ; F2
193     User2=60,0,$1BOQ
194     ; F3
195     User3=61,0,$1BOR
196     ; F4
197     User4=62,0,$1BOS
198     ; F5
199     User5=63,0,$1BOt
200     ; F6
201     User6=64,0,$1BOu
202     ; F7
203     User7=65,0,$1BOv
204     ; F8
205     User8=66,0,$1BOl
206     ; F9
207     User9=67,0,$1BOw
208     ; F10
209     User10=68,0,$1BOx
210    
211    

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