forked from AuroraMiddleware/gtk
Fix key "Page_Down" identified as "Next"
Since 49c4ad2f
the order between "Page_Down" & "Next" had been changed (due to
sorting) and this resulted in the Page Down key being identified as "Next"
instead of "Page_Down"
"Page_Up" wasn't affected, since it comes before "Prior"
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
https://bugzilla.gnome.org/show_bug.cgi?id=710411
This commit is contained in:
parent
cf00c43154
commit
e735da37f6
@ -1,6 +1,6 @@
|
||||
/* keyname-table.h: Generated by gen-keyname-table.pl from keynames.txt
|
||||
*
|
||||
* Date: Wed Jul 17 21:51:09 2013
|
||||
* Date: Thu Oct 17 18:16:31 2013
|
||||
*
|
||||
* Do not edit.
|
||||
*/
|
||||
@ -1237,8 +1237,8 @@ static const char keynames[] =
|
||||
"Down\0"
|
||||
"Page_Up\0"
|
||||
"Prior\0"
|
||||
"Next\0"
|
||||
"Page_Down\0"
|
||||
"Next\0"
|
||||
"End\0"
|
||||
"Begin\0"
|
||||
"Select\0"
|
||||
@ -3515,7 +3515,7 @@ static const gdk_key gdk_keys_by_keyval[] = {
|
||||
{ 0x00ff55, 14268 },
|
||||
{ 0x00ff55, 14276 },
|
||||
{ 0x00ff56, 14282 },
|
||||
{ 0x00ff56, 14287 },
|
||||
{ 0x00ff56, 14292 },
|
||||
{ 0x00ff57, 14297 },
|
||||
{ 0x00ff58, 14301 },
|
||||
{ 0x00ff60, 14307 },
|
||||
@ -5488,7 +5488,7 @@ static const gdk_key gdk_keys_by_name[] = {
|
||||
{ 0x1008ff68, 26441 },
|
||||
{ 0x10020aa, 20596 },
|
||||
{ 0x1008ff69, 26445 },
|
||||
{ 0x00ff56, 14282 },
|
||||
{ 0x00ff56, 14292 },
|
||||
{ 0x1008fe22, 25553 },
|
||||
{ 0x00fed2, 13117 },
|
||||
{ 0x0000d1, 881 },
|
||||
@ -5527,7 +5527,7 @@ static const gdk_key gdk_keys_by_name[] = {
|
||||
{ 0x00fe79, 12903 },
|
||||
{ 0x000050, 237 },
|
||||
{ 0x1001e56, 19027 },
|
||||
{ 0x00ff56, 14287 },
|
||||
{ 0x00ff56, 14282 },
|
||||
{ 0x00ff55, 14268 },
|
||||
{ 0x1008ff6d, 26473 },
|
||||
{ 0x00ff13, 13705 },
|
||||
|
@ -1230,8 +1230,8 @@
|
||||
0x00ff54 Down
|
||||
0x00ff55 Page_Up
|
||||
0x00ff55 Prior
|
||||
0x00ff56 Next
|
||||
0x00ff56 Page_Down
|
||||
0x00ff56 Next
|
||||
0x00ff57 End
|
||||
0x00ff58 Begin
|
||||
0x00ff60 Select
|
||||
|
Loading…
Reference in New Issue
Block a user