--- anthy.scm.orig Wed Jul 13 16:38:51 2005 +++ anthy.scm Wed Jul 13 16:39:02 2005 @@ -598,7 +598,8 @@ (ustr-cursor-move-end! preconv-str)) ;; modifiers (except shift) => ignore - ((and (modifier-key-mask key-state) + ((and #f + (modifier-key-mask key-state) (not (shift-key-mask key-state))) (anthy-commit-raw ac))