Re: evt.GetUnicodeKey returns int instead of string
Werner <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Robin, I am looking into this again as I run into another issue with it in my software. I wonder if the documentation is correct, and classic is not doing the right thing, but Phoenix does (even so my first post said it did act as classic did:-[ ). evt.GetKeyCode() 111 evt.GetUnicodeKey() 111 wx.VERSION_STRING '2.9.5.0' evt.GetKeyCode() 111 evt.GetUnicodeKey() u'o' wx.VERSION_STRING '3.0.3.dev1784+18750f4' -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.