inal Message -
> From: Scott Lasley
> To: "matplotlib-users@lists.sourceforge.net"
>
> Cc:
> Sent: Thursday, June 6, 2013 4:50 AM
> Subject: Re: [Matplotlib-users] key_press_events on macosx
>
>
> On Jun 5, 2013, at 2:51 PM, Matt Terry wrote:
&g
urceforge.net>
> Cc:
> Sent: Thursday, June 6, 2013 4:50 AM
> Subject: Re: [Matplotlib-users] key_press_events on macosx
>
>
> On Jun 5, 2013, at 2:51 PM, Matt Terry wrote:
>
> > Hi,
> > I'm working on a TextBox widget and have run into problems registering
&g
e.net"
Cc:
Sent: Thursday, June 6, 2013 4:50 AM
Subject: Re: [Matplotlib-users] key_press_events on macosx
On Jun 5, 2013, at 2:51 PM, Matt Terry wrote:
> Hi,
> I'm working on a TextBox widget and have run into problems registering
> key_press_events with the macosx backend.
On Jun 5, 2013, at 2:51 PM, Matt Terry wrote:
> Hi,
> I'm working on a TextBox widget and have run into problems registering
> key_press_events with the macosx backend. button_press_events work, but
> key_press_events fail to trigger. If I change backends to tkAgg, everything
> triggers as
Hi,
I'm working on a TextBox widget and have run into problems registering
key_press_events with the macosx backend. button_press_events work, but
key_press_events fail to trigger. If I change backends to tkAgg,
everything triggers as expected.
Can anyone reproduce this?
Run the following script