*** empty log message ***
authorhanda <handa>
Wed, 21 Oct 2009 07:16:32 +0000 (07:16 +0000)
committerhanda <handa>
Wed, 21 Oct 2009 07:16:32 +0000 (07:16 +0000)
input.cs

index aa5e9d8..6eb133f 100644 (file)
--- a/input.cs
+++ b/input.cs
@@ -62,8 +62,9 @@ public class Test
          = (str[i] == '<' ? left
             : str[i] == '>' ? right
             : new MInputMethod.Key (str[i]));
+       bool result = session.HandleKey (ref key);
        int pos = session.CurrentPos;
-       if (! session.HandleKey (ref key))
+       if (! result)
          {
            if (key == left)
              {