mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-01-13 15:17:43 +00:00
Correct Delete key in PS2 Set 1
This commit is contained in:
parent
35501c2834
commit
ac43de5b04
@ -451,7 +451,7 @@ const unsigned short usb2ps2_set1[] = {
|
||||
EXT | 0x52, // 49: Insert
|
||||
EXT | 0x47, // 4a: Home
|
||||
EXT | 0x49, // 4b: Page Up
|
||||
EXT | 0x4b, // 4c: Delete
|
||||
EXT | 0x53, // 4c: Delete
|
||||
EXT | 0x4f, // 4d: End
|
||||
EXT | 0x51, // 4e: Page Down
|
||||
EXT | 0x4d, // 4f: Right Arrow
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user