diff --git a/ChangeLog b/ChangeLog index a8f4c6f47..7d82e08fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-08-20 Colin Watson + + * commands/i386/pc/sendkey.c (keysym_table): Rename "numlock" to + "numcenter" (I misunderstood the purpose of this entry). + * docs/grub.texi (sendkey): Likewise. + 2010-08-20 Colin Watson * commands/i386/pc/sendkey.c (options): Remove "keep" from all diff --git a/commands/i386/pc/sendkey.c b/commands/i386/pc/sendkey.c index 32e0e2551..6c5602dec 100644 --- a/commands/i386/pc/sendkey.c +++ b/commands/i386/pc/sendkey.c @@ -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}, diff --git a/docs/grub.texi b/docs/grub.texi index 725807c56..9845c7a6f 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -2702,7 +2702,7 @@ or taken from the following table: @item numdown @tab Down (numeric keypad) @item numpgdown @tab Page Down (numeric keypad) @item numleft @tab Left (numeric keypad) -@item numlock @tab Num Lock (numeric keypad) +@item numcenter @tab 5 with Num Lock inactive (numeric keypad) @item numright @tab Right (numeric keypad) @item numhome @tab Home (numeric keypad) @item numup @tab Up (numeric keypad)