@@ -71,31 +71,35 @@ fiveeighths 0x07 shift altgr
71
71
# evdev 8 (0x8), QKeyCode "7", number 0x8
72
72
7 0x08
73
73
ampersand 0x08 shift
74
- braceleft 0x08 altgr
74
+ # KVMD
75
+ #braceleft 0x08 altgr
75
76
seveneighths 0x08 shift altgr
76
77
77
78
# evdev 9 (0x9), QKeyCode "8", number 0x9
78
79
8 0x09
79
80
asterisk 0x09 shift
80
- bracketleft 0x09 altgr
81
+ # KVMD
82
+ #bracketleft 0x09 altgr
81
83
trademark 0x09 shift altgr
82
84
83
85
# evdev 10 (0xa), QKeyCode "9", number 0xa
84
86
9 0x0a
85
87
parenleft 0x0a shift
86
- bracketright 0x0a altgr
88
+ # KVMD
89
+ #bracketright 0x0a altgr
87
90
plusminus 0x0a shift altgr
88
91
89
92
# evdev 11 (0xb), QKeyCode "0", number 0xb
90
93
0 0x0b
91
94
parenright 0x0b shift
92
- braceright 0x0b altgr
95
+ # KVMD
96
+ #braceright 0x0b altgr
93
97
degree 0x0b shift altgr
94
98
95
99
# evdev 12 (0xc), QKeyCode "minus", number 0xc
96
100
minus 0x0c
97
101
underscore 0x0c shift
98
- backslash 0x0c altgr
102
+ # backslash 0x0c altgr
99
103
questiondown 0x0c shift altgr
100
104
101
105
# evdev 13 (0xd), QKeyCode "equal", number 0xd
@@ -259,7 +263,8 @@ dead_caron 0x28 shift altgr
259
263
# evdev 41 (0x29), QKeyCode "grave_accent", number 0x29
260
264
grave 0x29
261
265
notsign 0x29 shift
262
- bar 0x29 altgr
266
+ # KVMD
267
+ #bar 0x29 altgr
263
268
264
269
# evdev 42 (0x2a), QKeyCode "shift", number 0x2a
265
270
Shift_L 0x2a
@@ -274,13 +279,15 @@ dead_breve 0x2b shift altgr
274
279
z 0x2c
275
280
Z 0x2c shift
276
281
guillemotleft 0x2c altgr
277
- less 0x2c shift altgr
282
+ # KVMD
283
+ #less 0x2c shift altgr
278
284
279
285
# evdev 45 (0x2d), QKeyCode "x", number 0x2d
280
286
x 0x2d
281
287
X 0x2d shift
282
288
guillemotright 0x2d altgr
283
- greater 0x2d shift altgr
289
+ # KVMD
290
+ #greater 0x2d shift altgr
284
291
285
292
# evdev 46 (0x2e), QKeyCode "c", number 0x2e
286
293
c 0x2e
0 commit comments