I'll dig into the PySide code and see if I can't find anything buried in there...
On Mon, Oct 15, 2012 at 4:17 PM, Bradley Gabe <[email protected]> wrote: > It was Tony who sent me back to the list here looking for a clue :) > > > On Mon, Oct 15, 2012 at 4:14 PM, Steven Caron <[email protected]> wrote: > >> there is no place the plugin that logs that message, the place where we >> map the keys and key codes is here... >> >> https://github.com/caron/PyQtForSoftimage/blob/master/src/qtevents.py#L27 >> >> if i remember correctly, Tony Barbieri made our plugin work with PySide, >> so i can't be sure he didn't make some changes which are not in our plugin. >> can you check with him? >> >> s >> >> >> On Mon, Oct 15, 2012 at 12:50 PM, Bradley Gabe <[email protected]>wrote: >> >>> Anyone else using Steven's Qt Wrapper for Softimage? ( >>> https://github.com/caron/PyQtForSoftimage) >>> >>> Once PySide is up and running in memory, every time I press the up arrow >>> key, the command history repeatedly logs "VK_UP caught" >>> Somewhere there's a line of debugging code reporting that event, but I >>> can't seem to track it down in either the wrapper code or the compiled >>> code. :-) >>> >>> >>> >> >

