As I understand from Qt documentation there's a possibility to solve the problem using direct access to underlying system event machines, like - macEventFilter - winEventFilter - x11EventFilter
But seems that it's impossible to reimplement those methods of QApplication in PySide (unlinke it's possible in C++ Qt). Any ideas? 2011/12/12 Rostyslav Dzinko <[email protected]> > Hi, all! > I've got the problem with getting global system-wide events catched in my > pyside application. > Basically I want to catch keyboard event (e.g a shortcut) made outside of > my app to produce > some actions. The problem is I haven't found any proper solution for the > problem. > > Is there a possibility to do that using pyside? > > -- > Regards, Rostislav Dzinko > -- Regards, Rostislav Dzinko
_______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
