Re: Leo Body Widget / Events Question

2017-07-05 Thread Edward K. Ream
On Tue, Jul 4, 2017 at 5:43 PM, Adrian wrote: Is there a non-hack way to get all key press events from the body pane? > ​Yes and no. Yes: could assign your own Qt event filter to the body widget. No: By default, your custome event filter would have to make sure it

Leo Body Widget / Events Question

2017-07-04 Thread Adrian
Hello, After some code searching (Use the Source Luke), I determined how to finally hook in my own kepressevent handlers for the body pane in a reliable fashion. But I had to put in a hack in the EventFilter system, to pass on every key press event to global dispatcher that I created.