is it possible to capture Windows Key using QKeyEvent and other related tools
-
Having Qt Project which is working app to capture shortcuts like Ctrl + T, works with shift, but ignores WIN key
is it possible to capture WIN key with some Q-Tool?
https://github.com/Skycoder42/QHotkey/issues/ -
Having Qt Project which is working app to capture shortcuts like Ctrl + T, works with shift, but ignores WIN key
is it possible to capture WIN key with some Q-Tool?
https://github.com/Skycoder42/QHotkey/issues/QKeySequence
orQShortcut
maybe.
But they only work when at least one application window is active (see: shortcut context) -
QKeySequence
orQShortcut
maybe.
But they only work when at least one application window is active (see: shortcut context)@Pl45m4 I that 100% true? because shortcut is currently seen even if app is not active...
[1] WIN key is big difference/issue for QT?
[2] I need to get shortcuts if app windows is not active,