~ubuntu-branches/ubuntu/edgy/lynx/edgy

« back to all changes in this revision

Viewing changes to docs/djgpp.key

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-16 12:14:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040916121410-cz1gu92c4nqfeyrg
Tags: upstream-2.8.5
ImportĀ upstreamĀ versionĀ 2.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                      DJGPP Keyhandler Keymaps
 
2
 
 
3
Control_A            0x001
 
4
Control_B            0x002
 
5
Control_C            0x003
 
6
Control_D            0x004
 
7
Control_E            0x005
 
8
Control_F            0x006
 
9
Control_G            0x007
 
10
BackSpace            0x008
 
11
Control_H            0x008
 
12
Tab                  0x009
 
13
Control_I            0x009
 
14
LineFeed             0x00a
 
15
Control_J            0x00a
 
16
Control_K            0x00b
 
17
Control_L            0x00c
 
18
Return               0x00d
 
19
Control_M            0x00d
 
20
Control_N            0x00e
 
21
Control_O            0x00f
 
22
Control_P            0x010
 
23
Control_Q            0x011
 
24
Control_R            0x012
 
25
Control_S            0x013
 
26
Control_T            0x014
 
27
Control_U            0x015
 
28
Control_V            0x016
 
29
Control_W            0x017
 
30
Control_X            0x018
 
31
Control_Y            0x019
 
32
Control_Z            0x01a
 
33
Control_LBracket     0x01b
 
34
Escape               0x01b
 
35
Control_BackSlash    0x01c
 
36
Control_RBracket     0x01d
 
37
Control_Caret        0x01e
 
38
Control_Underscore   0x01f
 
39
Space                0x020
 
40
ExclamationPoint     0x021
 
41
DoubleQuote          0x022
 
42
Hash                 0x023
 
43
Dollar               0x024
 
44
Percent              0x025
 
45
Ampersand            0x026
 
46
Quote                0x027
 
47
LParen               0x028
 
48
RParen               0x029
 
49
Star                 0x02a
 
50
Plus                 0x02b
 
51
Comma                0x02c
 
52
Dash                 0x02d
 
53
Period               0x02e
 
54
Slash                0x02f
 
55
Colon                0x03a
 
56
SemiColon            0x03b
 
57
LAngle               0x03c
 
58
Equals               0x03d
 
59
RAngle               0x03e
 
60
QuestionMark         0x03f
 
61
At                   0x040
 
62
LBracket             0x05b
 
63
BackSlash            0x05c
 
64
RBracket             0x05d
 
65
Caret                0x05e
 
66
UnderScore           0x05f
 
67
BackQuote            0x060
 
68
LBrace               0x07b
 
69
Pipe                 0x07c
 
70
RBrace               0x07d
 
71
Tilde                0x07e
 
72
Control_Backspace    0x07f
 
73
BackTab              0x10f
 
74
Alt_Q                0x110
 
75
Alt_W                0x111
 
76
Alt_E                0x112
 
77
Alt_R                0x113
 
78
Alt_T                0x114
 
79
Alt_Y                0x115
 
80
Alt_U                0x116
 
81
Alt_I                0x117
 
82
Alt_O                0x118
 
83
Alt_P                0x119
 
84
Alt_LBracket         0x11a
 
85
Alt_RBracket         0x11b
 
86
Alt_Return           0x11c
 
87
Alt_A                0x11e
 
88
Alt_S                0x11f
 
89
Alt_D                0x120
 
90
Alt_F                0x121
 
91
Alt_G                0x122
 
92
Alt_H                0x123
 
93
Alt_J                0x124
 
94
Alt_K                0x125
 
95
Alt_L                0x126
 
96
Alt_Semicolon        0x127
 
97
Alt_Quote            0x128
 
98
Alt_Backquote        0x129
 
99
Alt_Backslash        0x12b
 
100
Alt_Z                0x12c
 
101
Alt_X                0x12d
 
102
Alt_C                0x12e
 
103
Alt_V                0x12f
 
104
Alt_B                0x130
 
105
Alt_N                0x131
 
106
Alt_M                0x132
 
107
Alt_Comma            0x133
 
108
Alt_Period           0x134
 
109
Alt_Slash            0x135
 
110
Alt_KPStar           0x137
 
111
F2                   0x13c
 
112
F3                   0x13d
 
113
F4                   0x13e
 
114
F5                   0x13f
 
115
F6                   0x140
 
116
F7                   0x141
 
117
F8                   0x142
 
118
F9                   0x143
 
119
F10                  0x144
 
120
Alt_KPMinus          0x14a
 
121
Center               0x14c
 
122
Alt_KPPlus           0x14e
 
123
Shift_F1             0x154
 
124
Shift_F2             0x155
 
125
Shift_F3             0x156
 
126
Shift_F4             0x157
 
127
Shift_F5             0x158
 
128
Shift_F6             0x159
 
129
Shift_F7             0x15a
 
130
Shift_F8             0x15b
 
131
Shift_F9             0x15c
 
132
Shift_F10            0x15d
 
133
Control_F1           0x15e
 
134
Control_F2           0x15f
 
135
Control_F3           0x160
 
136
Control_F4           0x161
 
137
Control_F5           0x162
 
138
Control_F6           0x163
 
139
Control_F7           0x164
 
140
Control_F8           0x165
 
141
Control_F9           0x166
 
142
Control_F10          0x167
 
143
Alt_F1               0x168
 
144
Alt_F2               0x169
 
145
Alt_F3               0x16a
 
146
Alt_F4               0x16b
 
147
Alt_F5               0x16c
 
148
Alt_F6               0x16d
 
149
Alt_F7               0x16e
 
150
Alt_F8               0x16f
 
151
Alt_F9               0x170
 
152
Alt_F10              0x171
 
153
Control_Print        0x172
 
154
Control_Left         0x173
 
155
Control_Right        0x174
 
156
Control_End          0x175
 
157
Control_PageDown     0x176
 
158
Control_Home         0x177
 
159
Alt_1                0x178
 
160
Alt_2                0x179
 
161
Alt_3                0x17a
 
162
Alt_4                0x17b
 
163
Alt_5                0x17c
 
164
Alt_6                0x17d
 
165
Alt_7                0x17e
 
166
Alt_8                0x17f
 
167
Alt_9                0x180
 
168
Alt_0                0x181
 
169
Alt_Dash             0x182
 
170
Alt_Equals           0x183
 
171
Control_PageUp       0x184
 
172
F11                  0x185
 
173
F12                  0x186
 
174
Shift_F11            0x187
 
175
Shift_F12            0x188
 
176
Control_F11          0x189
 
177
Control_F12          0x18a
 
178
Alt_F11              0x18b
 
179
Alt_F12              0x18c
 
180
Control_Up           0x18d
 
181
Control_KPDash       0x18e
 
182
Control_Center       0x18f
 
183
Control_KPPlus       0x190
 
184
Control_Down         0x191
 
185
Control_Insert       0x192
 
186
Control_Delete       0x193
 
187
Control_KPSlash      0x195
 
188
Control_KPStar       0x196
 
189
Alt_EHome            0x197
 
190
Alt_EUp              0x198
 
191
Alt_EPageUp          0x199
 
192
Alt_ELeft            0x19b
 
193
Alt_ERight           0x19d
 
194
Alt_EEnd             0x19f
 
195
Alt_EDown            0x1a0
 
196
Alt_EPageDown        0x1a1
 
197
Alt_EInsert          0x1a2
 
198
Alt_EDelete          0x1a3
 
199
Alt_KPSlash          0x1a4
 
200
Alt_Tab              0x1a5
 
201
Alt_Enter            0x1a6
 
202
Alt_Escape           0x1a7
 
203
Control_At           0x1a8
 
204
Alt_Backspace        0x1a9
 
205
Control_ELeft        0x273
 
206
Control_ERight       0x274
 
207
Control_EEnd         0x275
 
208
Control_EPageDown    0x276
 
209
Control_EHome        0x277
 
210
Control_EPageUp      0x284
 
211
Control_EUp          0x28d
 
212
Control_EDown        0x291
 
213
Control_EInsert      0x292
 
214
Control_EDelete      0x293