Bugfix: scim: iso_level3_shift was breaking composition
phcoder
phcoder at gmail.com
Sun Oct 12 10:58:43 UTC 2008
Hello. I send a patch for correcting a bug present in scim and
mentionned at
http://sourceforge.net/tracker/index.php?func=detail&aid=1957234&group_id=108454&atid=650539
which also affects ubuntu. I already sent the same patch to scim-devel
and it should be included in scim-svn soon. Howeever I find it very
important to have this bugfix in intrepid so I resend it here
Vladimir Serbinenko
Index: src/scim_compose_key.cpp
===================================================================
--- src/scim_compose_key.cpp (revision 114)
+++ src/scim_compose_key.cpp (working copy)
@@ -92,6 +92,8 @@
#define SCIM_NUM_COMPOSE_SEQS (sizeof (__scim_compose_seqs) / sizeof
(__scim_compose_seqs [0]))
static uint16 __scim_compose_ignores [] = {
+ SCIM_KEY_ISO_Level3_Shift,
+ SCIM_KEY_ISO_Group_Shift,
SCIM_KEY_Mode_switch,
SCIM_KEY_Shift_L,
SCIM_KEY_Shift_R,
More information about the Ubuntu-devel-discuss
mailing list