Skip to content

A small tool to make a window always stay on the top.

Notifications You must be signed in to change notification settings

fuck2ky/AlwaysOnTop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlwaysOnTop

A small tool to make a window always stay on the top.

Usage

  1. Edit the config file.

    MOD_KEY V_KEY
    BOOL_SHOWWINDOW
    INT_STARTUPSOUND INT_WINDOWTOPSOUND INT_WINDOWNOTOPSOUND INT_SOUNDLASTTIME
    

    For MOD_KEY: ALT = 1, CONTROL = 2, SHIFT = 4, WIN = 8.

    For V_KEY: see Virtual Key Codes.

    For INT_STARTUPSOUND, INT_WINDOWTOPSOUND and INT_WINDOWNOTOPSOUND, input an integer that describes the sound (Hz).

    For INT_SOUNDLASTTIME, input an integer (ms).

    Note: If you are using Windows Terminal in Windows 11, the BOOL_SHOWWINDOW will not work.

    Example:

    config.txt

    1 112
    1
    1000 800 600 200
    
  2. Run the app.

  3. Active a window and press the hot key.

About

A small tool to make a window always stay on the top.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.5%
  • C 10.5%