]> Pileus Git - ~andy/gtk/commitdiff
Add ISO_Level3_Shift to the list of keysyms to ignore for composition,
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Jul 2005 15:56:50 +0000 (15:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 26 Jul 2005 15:56:50 +0000 (15:56 +0000)
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)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkimcontextsimple.c

index ae6217a4edd475d39c76ab462bed08d554c7af56..7ffb54807c8e85156ffe926dda7023c91d4b96c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index ae6217a4edd475d39c76ab462bed08d554c7af56..7ffb54807c8e85156ffe926dda7023c91d4b96c4 100644 (file)
@@ -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.
index ae6217a4edd475d39c76ab462bed08d554c7af56..7ffb54807c8e85156ffe926dda7023c91d4b96c4 100644 (file)
@@ -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.
index 55fc76b911b185541b9768df0e097f2cc788a130..2743a270511f47a111b42f32580505bf6d327c62 100644 (file)
@@ -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);