mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Add ISO_Level3_Shift to the list of keysyms to ignore for composition,
2005-07-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to the list of keysyms to ignore for composition, since AltGr keys produce it in some keyboard layouts. (#307283)
This commit is contained in:
parent
2e64df4035
commit
31329ec363
@ -1,5 +1,9 @@
|
||||
2005-07-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to
|
||||
the list of keysyms to ignore for composition, since
|
||||
AltGr keys produce it in some keyboard layouts. (#307283)
|
||||
|
||||
* gtk/gtkwidget.h:
|
||||
* gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from
|
||||
gtk_widget_new as well, pointed out by Kjartan Maraas.
|
||||
|
@ -1,5 +1,9 @@
|
||||
2005-07-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to
|
||||
the list of keysyms to ignore for composition, since
|
||||
AltGr keys produce it in some keyboard layouts. (#307283)
|
||||
|
||||
* gtk/gtkwidget.h:
|
||||
* gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from
|
||||
gtk_widget_new as well, pointed out by Kjartan Maraas.
|
||||
|
@ -1,5 +1,9 @@
|
||||
2005-07-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to
|
||||
the list of keysyms to ignore for composition, since
|
||||
AltGr keys produce it in some keyboard layouts. (#307283)
|
||||
|
||||
* gtk/gtkwidget.h:
|
||||
* gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from
|
||||
gtk_widget_new as well, pointed out by Kjartan Maraas.
|
||||
|
@ -922,7 +922,8 @@ static const guint16 gtk_compose_ignore[] = {
|
||||
GDK_Super_R,
|
||||
GDK_Hyper_L,
|
||||
GDK_Hyper_R,
|
||||
GDK_Mode_switch
|
||||
GDK_Mode_switch,
|
||||
ISO_Level3_Shift
|
||||
};
|
||||
|
||||
static void gtk_im_context_simple_class_init (GtkIMContextSimpleClass *class);
|
||||
|
Loading…
Reference in New Issue
Block a user