On Mon, Jul 21, 2008 at 10:59 AM, Nate Lowrie <[EMAIL PROTECTED]> wrote: > On Mon, Jul 21, 2008 at 10:48 AM, Ed Leafe <[EMAIL PROTECTED]> wrote: >> On Jul 21, 2008, at 11:47 AM, Nate Lowrie wrote: >> >>> Here is the issue. evt.controlDown is registering and is set to true. >>> However, it also registers as a key. So, we get the ASCI value of 17 >>> passed as the key that is down. Then, if you press R or any other key >>> for that matter, wx doesn't register it. It just records the Control >>> key press. Not sure what to do about this. >> >> >> That sounds very odd. How are you supposed to detect ctrl-R, or any >> other key combo, for that matter?
I have a little bit more info. I did some more testing, and it seems like the dShell form is trapping all of the Ctrl+Character key presses. All of the menu keys will work, and if I bind Ctrl+R using self.bindKey, everything works and I get the popup. I posted a fix. Please test the changes on Mac. Also, on Windows, I am still having trouble in onListKey with the return and numpad_enter key events propagating. Events are fired as getEventData is called, but something is stopping the event before it makes it through. Nate L. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
