summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-01-23 00:20:12 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-01-23 00:20:12 +0000
commit26629f7a935e81f63a03ff3ba71be1208b789f5e (patch)
treee60983a57adc5e225c88f2421aec7e51b916b796 /gtk/gtkimcontextsimple.c
parent017f6ed28215b9a7ddff34c2b8b42d002a100213 (diff)
downloadgtk+-26629f7a935e81f63a03ff3ba71be1208b789f5e.tar.gz
Handle Greek tonos dead accent key. (#164859, reported and fix verified by
2005-01-23 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkkeys-win32.c (update_keymap): Handle Greek tonos dead accent key. (#164859, reported and fix verified by Daniel Atallah.) * gtk/gtkimcontextsimple.c (gtk_compose_seqs): Handle GDK_Greek_accentdieresis (tonos and dialytika) combining with iota and upsilon.
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r--gtk/gtkimcontextsimple.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index 00809ec90a..38a745756b 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -58,6 +58,8 @@ struct _GtkComposeTable
*/
static const guint16 gtk_compose_seqs[] = {
+ GDK_Greek_accentdieresis, GDK_Greek_iota, 0, 0, 0, 0x0390, /* GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS */
+ GDK_Greek_accentdieresis, GDK_Greek_upsilon, 0, 0, 0, 0x03B0, /* GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS */
GDK_dead_grave, GDK_space, 0, 0, 0, 0x0060, /* GRAVE_ACCENT */
GDK_dead_grave, GDK_A, 0, 0, 0, 0x00C0, /* LATIN_CAPITAL_LETTER_A_WITH_GRAVE */
GDK_dead_grave, GDK_E, 0, 0, 0, 0x00C8, /* LATIN_CAPITAL_LETTER_E_WITH_GRAVE */