* commands/i386/pc/sendkey.c (keysym_table): Rename "numlock" to
"numcenter" (I misunderstood the purpose of this entry). * docs/grub.texi (sendkey): Likewise.
This commit is contained in:
parent
c4d1654256
commit
63c734a63e
3 changed files with 8 additions and 2 deletions
|
@ -144,7 +144,7 @@ static struct keysym keysym_table[] =
|
|||
{"num9", "numpgup", '9', 0, 0x49},
|
||||
{"numminus", 0, '-', 0, 0x4a},
|
||||
{"num4", "numleft", '4', 0, 0x4b},
|
||||
{"num5", "numlock", '5', 0, 0x4c},
|
||||
{"num5", "numcenter", '5', 0, 0x4c},
|
||||
{"num6", "numright", '6', 0, 0x4d},
|
||||
{"numplus", 0, '-', 0, 0x4e},
|
||||
{"num1", "numend", '1', 0, 0x4f},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue