[PyQt] About keyPressEvent

Andreas Pakulat apaku at gmx.de
Thu Aug 23 15:02:44 BST 2007


On 23.08.07 10:01:03, "Gustavo A. Dí­az" wrote:
> Anyway that do not work cause for sure, now that i am thinking, that key
> combination to close an app is reserved by my window manager, which is
> KDE... so maybe i will have to implement something related to kde (or PyKDE)
> 
> like Sundace make me remember:
>    
> 
>  did you make sure that the Alt+Esc shortcut is not being 
> preempted by something else, like your window manager for instance?
> 
> 
> Don't know if is possible directly from QT.

The right way would be adjusting your KDE wide global shortcut. Unless
you want to dive into X11 internals thats (AFAIK) the only way to make
KDE not "eat" Alt+Esc.

Andreas

-- 
Reply hazy, ask again later.


More information about the PyQt mailing list