]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* commands/i386/pc/sendkey.c (keysym_table): Rename "numlock" to
authorColin Watson <cjwatson@ubuntu.com>
Thu, 19 Aug 2010 23:15:23 +0000 (00:15 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Thu, 19 Aug 2010 23:15:23 +0000 (00:15 +0100)
"numcenter" (I misunderstood the purpose of this entry).
* docs/grub.texi (sendkey): Likewise.

ChangeLog
commands/i386/pc/sendkey.c
docs/grub.texi

index a8f4c6f472ab5a0518e8ab0d5bc12ccb7d9b416e..7d82e08fb81efce030365a10bfe2a0096b4a5678 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-20  Colin Watson  <cjwatson@ubuntu.com>
+
+       * 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  <cjwatson@ubuntu.com>
 
        * commands/i386/pc/sendkey.c (options): Remove "keep" from all
index 32e0e2551d4ca6dc0c045dae6d0151a8f785f6b7..6c5602dec33abe73fe509d5c357328b2a21636dd 100644 (file)
@@ -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},
index 725807c560c76af5b18f6f9f5bfd077df0ca5bb1..9845c7a6f85c818f69a68fabf8b262027bf7237b 100644 (file)
@@ -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)