System tray program that has short-cut key bindings
General and Desktop
4
Posts
2
Posters
1.8k
Views
1
Watching
-
Seems what you need is GlobalShortcut, you can find one from libqxt if you don't want to use api provided by your OS directly.
-
[quote author="Ryein" date="1338619007"]I would but if I use QT it should be cross plateform right?
Thanks btw.
I am trying to find GlobalShortcut in the documentation and all I get is QShortcut is this the right one?[/quote]
No, Qt itself doesn't support global shortcut yet. But you can find one from LIBQXT