I've posted this at the Qt developer forum with no response,<br>(<a href="http://developer.qt.nokia.com/forums/viewthread/11749/">http://developer.qt.nokia.com/forums/viewthread/11749/</a>),<br>hopefully someone here has a thought: my PyQt4 app under<br>

OS X 10.6 does not respond properly to keystroke input <br>generated by the popular apps PopChar and Typinator.<br>(PopChar is an especially handy way of entering Unicode<br>characters; Typinator is a keyboard macro processor; both<br>

work with most apps even X-windows ones.) <br><br>When Popchar is used to input a character the only thing<br>that shows up in a PyQt input widget is a lowercase a.<br>Per Ergonis software, they are using a Quartz<br>event, CGEventKeyboardGetUnicodeString, which it seems<br>

Qt is not recognizing or mishandling.<br><br>Any thoughts or suggestions?<br><br>Thanks,<br><br>Dave Cortesi<br>