mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
Shouldn't map KP_Enter to '\n', or KP_Tab to \t' since we don't map the
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n', or KP_Tab to \t' since we don't map the corresponding main keyboard characters in that way. (#61561, Padraig O'Briain)
This commit is contained in:
parent
a90baa8332
commit
807336c720
@ -1,3 +1,10 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
main keyboard characters in that way. (#61561,
|
||||
Padraig O'Briain)
|
||||
|
||||
Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
main keyboard characters in that way. (#61561,
|
||||
Padraig O'Briain)
|
||||
|
||||
Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
main keyboard characters in that way. (#61561,
|
||||
Padraig O'Briain)
|
||||
|
||||
Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
main keyboard characters in that way. (#61561,
|
||||
Padraig O'Briain)
|
||||
|
||||
Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
main keyboard characters in that way. (#61561,
|
||||
Padraig O'Briain)
|
||||
|
||||
Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
main keyboard characters in that way. (#61561,
|
||||
Padraig O'Briain)
|
||||
|
||||
Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
main keyboard characters in that way. (#61561,
|
||||
Padraig O'Briain)
|
||||
|
||||
Tue Feb 26 19:45:29 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
|
||||
|
@ -803,8 +803,6 @@ static struct {
|
||||
/* Numeric keypad */
|
||||
|
||||
{ 0xFF80 /* Space */, ' ' },
|
||||
{ 0xFF89 /* Tab */, '\t' },
|
||||
{ 0xFF8D /* Enter */, '\n' },
|
||||
{ 0xFFAA /* Multiply */, '*' },
|
||||
{ 0xFFAB /* Add */, '+' },
|
||||
{ 0xFFAD /* Subtract */, '-' },
|
||||
|
Loading…
Reference in New Issue
Block a user