PyQT: is it possible to register a system shortcut for MyApplication ?

Posted by pierocampanelli on Stack Overflow See other posts from Stack Overflow or by pierocampanelli
Published on 2010-05-30T20:50:32Z Indexed on 2010/05/30 20:52 UTC
Read the original article Hit count: 162

Filed under:
|
|

Hi

I'd like to register a system shortcut for my application. For example:

  • Shortcut 1: minimize application to tray
  • Shortcut 2: open my minimized application
  • Shortcut 3: do some function...

I want to do each without having focus in my application

is it possible?

© Stack Overflow or respective owner

Related posts about python

Related posts about qt