mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-14 18:20:30 +08:00
pikvm/pikvm#1122: fixed incorrect en-gb keymap
This commit is contained in:
parent
efc5b8fd0e
commit
b36b83f74e
@ -71,31 +71,35 @@ fiveeighths 0x07 shift altgr
|
|||||||
# evdev 8 (0x8), QKeyCode "7", number 0x8
|
# evdev 8 (0x8), QKeyCode "7", number 0x8
|
||||||
7 0x08
|
7 0x08
|
||||||
ampersand 0x08 shift
|
ampersand 0x08 shift
|
||||||
braceleft 0x08 altgr
|
# KVMD
|
||||||
|
#braceleft 0x08 altgr
|
||||||
seveneighths 0x08 shift altgr
|
seveneighths 0x08 shift altgr
|
||||||
|
|
||||||
# evdev 9 (0x9), QKeyCode "8", number 0x9
|
# evdev 9 (0x9), QKeyCode "8", number 0x9
|
||||||
8 0x09
|
8 0x09
|
||||||
asterisk 0x09 shift
|
asterisk 0x09 shift
|
||||||
bracketleft 0x09 altgr
|
# KVMD
|
||||||
|
#bracketleft 0x09 altgr
|
||||||
trademark 0x09 shift altgr
|
trademark 0x09 shift altgr
|
||||||
|
|
||||||
# evdev 10 (0xa), QKeyCode "9", number 0xa
|
# evdev 10 (0xa), QKeyCode "9", number 0xa
|
||||||
9 0x0a
|
9 0x0a
|
||||||
parenleft 0x0a shift
|
parenleft 0x0a shift
|
||||||
bracketright 0x0a altgr
|
# KVMD
|
||||||
|
#bracketright 0x0a altgr
|
||||||
plusminus 0x0a shift altgr
|
plusminus 0x0a shift altgr
|
||||||
|
|
||||||
# evdev 11 (0xb), QKeyCode "0", number 0xb
|
# evdev 11 (0xb), QKeyCode "0", number 0xb
|
||||||
0 0x0b
|
0 0x0b
|
||||||
parenright 0x0b shift
|
parenright 0x0b shift
|
||||||
braceright 0x0b altgr
|
# KVMD
|
||||||
|
#braceright 0x0b altgr
|
||||||
degree 0x0b shift altgr
|
degree 0x0b shift altgr
|
||||||
|
|
||||||
# evdev 12 (0xc), QKeyCode "minus", number 0xc
|
# evdev 12 (0xc), QKeyCode "minus", number 0xc
|
||||||
minus 0x0c
|
minus 0x0c
|
||||||
underscore 0x0c shift
|
underscore 0x0c shift
|
||||||
backslash 0x0c altgr
|
#backslash 0x0c altgr
|
||||||
questiondown 0x0c shift altgr
|
questiondown 0x0c shift altgr
|
||||||
|
|
||||||
# evdev 13 (0xd), QKeyCode "equal", number 0xd
|
# evdev 13 (0xd), QKeyCode "equal", number 0xd
|
||||||
@ -259,7 +263,8 @@ dead_caron 0x28 shift altgr
|
|||||||
# evdev 41 (0x29), QKeyCode "grave_accent", number 0x29
|
# evdev 41 (0x29), QKeyCode "grave_accent", number 0x29
|
||||||
grave 0x29
|
grave 0x29
|
||||||
notsign 0x29 shift
|
notsign 0x29 shift
|
||||||
bar 0x29 altgr
|
# KVMD
|
||||||
|
#bar 0x29 altgr
|
||||||
|
|
||||||
# evdev 42 (0x2a), QKeyCode "shift", number 0x2a
|
# evdev 42 (0x2a), QKeyCode "shift", number 0x2a
|
||||||
Shift_L 0x2a
|
Shift_L 0x2a
|
||||||
@ -274,13 +279,15 @@ dead_breve 0x2b shift altgr
|
|||||||
z 0x2c
|
z 0x2c
|
||||||
Z 0x2c shift
|
Z 0x2c shift
|
||||||
guillemotleft 0x2c altgr
|
guillemotleft 0x2c altgr
|
||||||
less 0x2c shift altgr
|
# KVMD
|
||||||
|
#less 0x2c shift altgr
|
||||||
|
|
||||||
# evdev 45 (0x2d), QKeyCode "x", number 0x2d
|
# evdev 45 (0x2d), QKeyCode "x", number 0x2d
|
||||||
x 0x2d
|
x 0x2d
|
||||||
X 0x2d shift
|
X 0x2d shift
|
||||||
guillemotright 0x2d altgr
|
guillemotright 0x2d altgr
|
||||||
greater 0x2d shift altgr
|
# KVMD
|
||||||
|
#greater 0x2d shift altgr
|
||||||
|
|
||||||
# evdev 46 (0x2e), QKeyCode "c", number 0x2e
|
# evdev 46 (0x2e), QKeyCode "c", number 0x2e
|
||||||
c 0x2e
|
c 0x2e
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user