public void Forward(CharEvent eventArg)
 {
     Forward(new CharInputAction(eventArg.Char.ToString()));
 }