blob: 1172af852e718a2c5c4f462084244d21da32cef7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
|
#!sudo loadkeys
#Install to /usr/share/kbd/keymaps/i386/qwerty/sv-maandree.map[.gz]
charset "iso-8859-1"
keymaps 0-6,8-14
include "qwerty-layout"
include "linux-with-alt-and-altgr"
plain keycode 83 = KP_Comma
strings as usual
string Home = "\033OH"
string End = "\033OF"
shift keycode 103 = F103
shift keycode 108 = F108
shift keycode 106 = F106
shift keycode 105 = F105
string F103 = "\033[1;2A"
string F108 = "\033[1;2B"
string F106 = "\033[1;2C"
string F105 = "\033[1;2D"
control keycode 103 = F113
control keycode 108 = F118
control keycode 106 = F116
control keycode 105 = F115
string F113 = "\033[1;5A"
string F118 = "\033[1;5B"
string F116 = "\033[1;5C"
string F115 = "\033[1;5D"
control shift keycode 103 = F123
control shift keycode 108 = F128
control shift keycode 106 = F126
control shift keycode 105 = F125
string F123 = "\033[1;6A"
string F128 = "\033[1;6B"
string F126 = "\033[1;6C"
string F125 = "\033[1;6D"
alt shift keycode 106 = F156
alt shift keycode 105 = F155
control alt keycode 106 = F156
control alt keycode 105 = F155
string F156 = "\030\033[C"
string F155 = "\030\033[D"
altgr keycode 106 = F136
altgr keycode 105 = F135
keycode 127 = F136
keycode 126 = F135
string F136 = "\033OF"
string F135 = "\033OH"
alt keycode 127 = F146
alt keycode 126 = F145
string F146 = "\033[4~"
string F145 = "\033[1~"
shift alt keycode 127 = F168
shift alt keycode 126 = F167
string F168 = "\033[4;2~"
string F167 = "\033[1;2~"
control alt keycode 127 = F178
control alt keycode 126 = F177
string F178 = "\033[4;3~"
string F177 = "\033[1;3~"
control shift alt keycode 127 = F188
control shift alt keycode 126 = F187
string F188 = "\033[4;4~"
string F187 = "\033[1;4~"
shift keycode 125 = Compose
alt shift keycode 59 = Console_13
alt shift keycode 60 = Console_14
alt shift keycode 61 = Console_15
alt shift keycode 62 = Console_16
alt shift keycode 63 = Console_17
alt shift keycode 64 = Console_18
alt shift keycode 65 = Console_19
alt shift keycode 66 = Console_20
alt shift keycode 67 = Console_21
alt shift keycode 68 = Console_22
alt shift keycode 87 = Console_23
alt shift keycode 88 = Console_24
control shift keycode 59 = Console_13
control shift keycode 60 = Console_14
control shift keycode 61 = Console_15
control shift keycode 62 = Console_16
control shift keycode 63 = Console_17
control shift keycode 64 = Console_18
control shift keycode 65 = Console_19
control shift keycode 66 = Console_20
control shift keycode 67 = Console_21
control shift keycode 68 = Console_22
control shift keycode 87 = Console_23
control shift keycode 88 = Console_24
alt control shift keycode 59 = Console_25
alt control shift keycode 60 = Console_26
alt control shift keycode 61 = Console_27
alt control shift keycode 62 = Console_28
alt control shift keycode 63 = Console_29
alt control shift keycode 64 = Console_30
alt control shift keycode 65 = Console_31
alt control shift keycode 66 = Console_32
alt control shift keycode 67 = Console_33
alt control shift keycode 68 = Console_34
alt control shift keycode 87 = Console_35
alt control shift keycode 88 = Console_36
alt altgr keycode 59 = Console_37
alt altgr keycode 60 = Console_38
alt altgr keycode 61 = Console_39
alt altgr keycode 62 = Console_40
alt altgr keycode 63 = Console_41
alt altgr keycode 64 = Console_42
alt altgr keycode 65 = Console_43
alt altgr keycode 66 = Console_44
alt altgr keycode 67 = Console_45
alt altgr keycode 68 = Console_46
alt altgr keycode 87 = Console_47
alt altgr keycode 88 = Console_48
control altgr keycode 59 = Console_37
control altgr keycode 60 = Console_38
control altgr keycode 61 = Console_39
control altgr keycode 62 = Console_40
control altgr keycode 63 = Console_41
control altgr keycode 64 = Console_42
control altgr keycode 65 = Console_43
control altgr keycode 66 = Console_44
control altgr keycode 67 = Console_45
control altgr keycode 68 = Console_46
control altgr keycode 87 = Console_47
control altgr keycode 88 = Console_48
alt altgr shift keycode 59 = Console_49
alt altgr shift keycode 60 = Console_50
alt altgr shift keycode 61 = Console_51
alt altgr shift keycode 62 = Console_52
alt altgr shift keycode 63 = Console_53
alt altgr shift keycode 64 = Console_54
alt altgr shift keycode 65 = Console_55
alt altgr shift keycode 66 = Console_56
alt altgr shift keycode 67 = Console_57
alt altgr shift keycode 68 = Console_58
alt altgr shift keycode 87 = Console_59
alt altgr shift keycode 88 = Console_60
alt altgr control keycode 59 = Console_61
alt altgr control keycode 60 = Console_62
alt altgr control keycode 61 = Console_63
keycode 1 = Escape
alt keycode 1 = Meta_Escape
keycode 2 = one exclam
alt keycode 2 = Meta_one
alt shift keycode 2 = F201
string F201 = "\033!"
keycode 3 = two quotedbl at
control keycode 3 = nul
alt keycode 3 = Meta_two
alt shift keycode 3 = F202
string F202 = "\033\""
keycode 4 = three numbersign sterling
control keycode 4 = Escape
alt keycode 4 = Meta_three
alt shift keycode 4 = F203
string F203 = "\033#"
keycode 5 = four ccedilla
control keycode 5 = Control_backslash
alt keycode 5 = Meta_four
altgr keycode 5 = dollar
alt shift keycode 5 = F204
string F204 = "\033ç"
keycode 6 = five percent
control keycode 6 = Control_bracketright
alt keycode 6 = Meta_five
alt shift keycode 6 = F205
string F205 = "\033%"
keycode 7 = six ampersand notsign
control keycode 7 = Control_asciicircum
alt keycode 7 = Meta_six
alt shift keycode 7 = F206
string F206 = "\033&"
keycode 8 = seven slash braceleft
control keycode 8 = Control_underscore
alt keycode 8 = Meta_seven
alt shift keycode 8 = F207
string F207 = "\033/"
keycode 9 = eight parenleft bracketleft
control keycode 9 = Delete
alt keycode 9 = Meta_eight
alt shift keycode 9 = F208
string F208 = "\033("
keycode 10 = nine parenright bracketright
alt keycode 10 = Meta_nine
alt shift keycode 10 = F209
string F209 = "\033)"
keycode 11 = zero equal braceright
alt keycode 11 = Meta_zero
alt shift keycode 11 = F210
string F210 = "\033="
keycode 12 = plus question backslash
control keycode 12 = Control_underscore
alt keycode 12 = Meta_minus
keycode 13 = dead_acute dead_grave
alt keycode 13 = Meta_equal
keycode 14 = Delete
alt keycode 14 = Meta_Delete
keycode 15 = Tab
shift keycode 15 = Meta_Tab
alt keycode 15 = Meta_Tab
control shift keycode 86 = Meta_q
control shift keycode 17 = Meta_w
control shift keycode 18 = Meta_e
control shift keycode 19 = Meta_r
control shift keycode 20 = Meta_t
control shift keycode 21 = Meta_y
control shift keycode 22 = Meta_u
control shift keycode 23 = Meta_i
control shift keycode 24 = Meta_o
control shift keycode 25 = Meta_p
keycode 26 = +aring +Aring
control keycode 26 = Escape
alt keycode 26 = Meta_bracketleft
keycode 27 = dead_diaeresis dead_circumflex dead_tilde
control keycode 27 = Control_bracketright
alt keycode 27 = Meta_bracketright
keycode 28 = Return
alt keycode 28 = Meta_Control_m
keycode 29 = Caps_Lock
control shift keycode 30 = Meta_a
control shift keycode 31 = Meta_s
control shift keycode 32 = Meta_d
control shift keycode 33 = Meta_f
control shift keycode 34 = Meta_j
control shift keycode 35 = Meta_h
control shift keycode 36 = Meta_l
control shift keycode 37 = Meta_k
control shift keycode 38 = Meta_l
keycode 39 = +odiaeresis +Odiaeresis
alt keycode 39 = Meta_semicolon
keycode 40 = +adiaeresis +Adiaeresis
control keycode 40 = Control_g
alt keycode 40 = Meta_apostrophe
keycode 41 = section degree onehalf
control keycode 41 = nul
alt keycode 41 = Meta_grave
keycode 42 = Shift
keycode 43 = apostrophe asterisk
control keycode 43 = Control_backslash
alt keycode 43 = Meta_backslash
control shift keycode 44 = Meta_z
control shift keycode 45 = Meta_x
control shift keycode 46 = Meta_c
control shift keycode 47 = Meta_v
control shift keycode 48 = Meta_b
control shift keycode 49 = Meta_n
control shift keycode 50 = Meta_m
keycode 51 = comma semicolon
alt keycode 51 = Meta_comma
keycode 52 = period colon
alt keycode 52 = Meta_period
keycode 53 = minus underscore
control keycode 53 = Delete
alt keycode 53 = Meta_slash
shift control keycode 53 = Control_underscore
keycode 54 = Shift
keycode 56 = less greater bar slash
alt keycode 86 = Meta_less
keycode 57 = space space space F190
control keycode 57 = nul
alt keycode 57 = Meta_space
string F190 = " "
keycode 58 = Control
keycode 16 = Alt
keycode 86 = q
keycode 97 = Control
alt keycode 104 = F195
alt keycode 109 = F196
control shift keycode 104 = F195
control shift keycode 109 = F196
string F195 = "\033\033[5~"
string F196 = "\033\033[6~"
altgr keycode 16 = F200
altgr keycode 17 = F201
altgr keycode 18 = F202
altgr keycode 19 = F203
altgr keycode 22 = F236
altgr keycode 30 = F204
altgr keycode 31 = F205
altgr keycode 32 = F206
altgr keycode 33 = F207
altgr keycode 33 = F207
altgr keycode 38 = F208
altgr keycode 44 = F209
altgr keycode 45 = F210
altgr keycode 46 = F211
altgr keycode 47 = F212
altgr keycode 48 = F213
altgr keycode 49 = F214
altgr keycode 50 = F215
shift altgr keycode 16 = F216
shift altgr keycode 17 = F217
shift altgr keycode 18 = F218
shift altgr keycode 19 = F219
shift altgr keycode 20 = F220
shift altgr keycode 21 = F221
shift altgr keycode 22 = F235
shift altgr keycode 30 = F222
shift altgr keycode 31 = F223
shift altgr keycode 32 = F224
shift altgr keycode 33 = F225
shift altgr keycode 34 = F226
shift altgr keycode 35 = F227
shift altgr keycode 38 = F228
shift altgr keycode 44 = F229
shift altgr keycode 45 = F230
shift altgr keycode 46 = F231
shift altgr keycode 47 = F232
shift altgr keycode 48 = F233
shift altgr keycode 49 = F234
string F200 = "‽"
string F201 = "ł"
string F202 = "↑"
string F203 = "®"
string F236 = "▄"
string F204 = "↔"
string F205 = "←"
string F206 = "↓"
string F207 = "→"
string F208 = "ł"
string F209 = "«"
string F210 = "»"
string F211 = "©"
string F212 = "“"
string F213 = "”"
string F214 = "│"
string F215 = "µ"
string F216 = "⸘"
string F217 = "Ł"
string F218 = "┬"
string F219 = "┼"
string F220 = "┌"
string F221 = "┐"
string F235 = "▀"
string F222 = "↕"
string F223 = "├"
string F224 = "┴"
string F225 = "┤"
string F226 = "└"
string F227 = "┘"
string F228 = "Ł"
string F229 = "⁅"
string F230 = "⁆"
string F231 = "⸮"
string F232 = "‘"
string F233 = "’"
string F234 = "─"
|