Re: [Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Scott Lasley
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

Re: [Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Matt Terry
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

Re: [Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Michiel de Hoon
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. 

Re: [Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Scott Lasley
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

[Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Matt Terry
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