Comment 7 for bug 1500912

Revision history for this message
Jérémy Munsch (jeremy-munsch) wrote : Re: Paste in synapse doubles the paste

Well definitly a synapse bug.
    public override bool key_press_event (Gdk.EventKey event)
    {
      message("keypress ");
      // this.controller.key_press_event (event);
      return false;
    }
This is some recursive situation because if you comment the controller method the key press is fired once only.