[uim-commit] r1046 - trunk/scm
tkng at freedesktop.org
tkng at freedesktop.org
Wed Jul 27 20:43:28 EST 2005
Author: tkng
Date: 2005-07-27 03:43:26 -0700 (Wed, 27 Jul 2005)
New Revision: 1046
Modified:
trunk/scm/anthy.scm
Log:
* scm/anthy.scm:
-(anthy-proc-input-state-with-preedit): Don't commit modifier key.
Thanks to Kouhei Sutou.
Modified: trunk/scm/anthy.scm
===================================================================
--- trunk/scm/anthy.scm 2005-07-27 08:59:59 UTC (rev 1045)
+++ trunk/scm/anthy.scm 2005-07-27 10:43:26 UTC (rev 1046)
@@ -610,7 +610,7 @@
;; modifiers (except shift) => ignore
((and (modifier-key-mask key-state)
(not (shift-key-mask key-state)))
- (anthy-commit-raw ac))
+ #f)
(else
(let* ((key-str (charcode->string
More information about the uim-commit
mailing list