- A boss key manager for the programs shown in the taskbar
QT 5.5.1 32-bit (MSVC 2010)
Windows 10 Version 1803
QxtGlobalShortcut for QT5
-
Minimize the window directly and the icon in taskbar will not hide
ShowWindowAsync(hwnd, SW_MINIMIZE)
-
Hide the window directly and the icon in taskbar also
ShowWindowAsync(hwnd, SW_HIDE)
-
Check the window active when action
wnd.needActive && wnd.hnd != GetForegroundWindow()
- Build by
windeployqt
- Visit Release to download zip file, DO NOT delete the dll files.