Skip to content

Commit b36b83f

Browse files
committed
pikvm/pikvm#1122: fixed incorrect en-gb keymap
1 parent efc5b8f commit b36b83f

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

contrib/keymaps/en-gb

+15-8
Original file line numberDiff line numberDiff line change
@@ -71,31 +71,35 @@ fiveeighths 0x07 shift altgr
7171
# evdev 8 (0x8), QKeyCode "7", number 0x8
7272
7 0x08
7373
ampersand 0x08 shift
74-
braceleft 0x08 altgr
74+
# KVMD
75+
#braceleft 0x08 altgr
7576
seveneighths 0x08 shift altgr
7677

7778
# evdev 9 (0x9), QKeyCode "8", number 0x9
7879
8 0x09
7980
asterisk 0x09 shift
80-
bracketleft 0x09 altgr
81+
# KVMD
82+
#bracketleft 0x09 altgr
8183
trademark 0x09 shift altgr
8284

8385
# evdev 10 (0xa), QKeyCode "9", number 0xa
8486
9 0x0a
8587
parenleft 0x0a shift
86-
bracketright 0x0a altgr
88+
# KVMD
89+
#bracketright 0x0a altgr
8790
plusminus 0x0a shift altgr
8891

8992
# evdev 11 (0xb), QKeyCode "0", number 0xb
9093
0 0x0b
9194
parenright 0x0b shift
92-
braceright 0x0b altgr
95+
# KVMD
96+
#braceright 0x0b altgr
9397
degree 0x0b shift altgr
9498

9599
# evdev 12 (0xc), QKeyCode "minus", number 0xc
96100
minus 0x0c
97101
underscore 0x0c shift
98-
backslash 0x0c altgr
102+
#backslash 0x0c altgr
99103
questiondown 0x0c shift altgr
100104

101105
# evdev 13 (0xd), QKeyCode "equal", number 0xd
@@ -259,7 +263,8 @@ dead_caron 0x28 shift altgr
259263
# evdev 41 (0x29), QKeyCode "grave_accent", number 0x29
260264
grave 0x29
261265
notsign 0x29 shift
262-
bar 0x29 altgr
266+
# KVMD
267+
#bar 0x29 altgr
263268

264269
# evdev 42 (0x2a), QKeyCode "shift", number 0x2a
265270
Shift_L 0x2a
@@ -274,13 +279,15 @@ dead_breve 0x2b shift altgr
274279
z 0x2c
275280
Z 0x2c shift
276281
guillemotleft 0x2c altgr
277-
less 0x2c shift altgr
282+
# KVMD
283+
#less 0x2c shift altgr
278284

279285
# evdev 45 (0x2d), QKeyCode "x", number 0x2d
280286
x 0x2d
281287
X 0x2d shift
282288
guillemotright 0x2d altgr
283-
greater 0x2d shift altgr
289+
# KVMD
290+
#greater 0x2d shift altgr
284291

285292
# evdev 46 (0x2e), QKeyCode "c", number 0x2e
286293
c 0x2e

0 commit comments

Comments
 (0)