/BossKeyManager

A boss key manager for the programs shown in the taskbar

Primary LanguageC++

BossKeyManager

  • A boss key manager for the programs shown in the taskbar

Environment

  • QT 5.5.1 32-bit (MSVC 2010)
  • Windows 10 Version 1803
  • QxtGlobalShortcut for QT5

Support actions

  • 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()

Execute

  • Build by windeployqt
  • Visit Release to download zip file, DO NOT delete the dll files.

Screenshot

Screenshot Screenshot2

References