A small tool to make a window always stay on the top.
-
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
andINT_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
-
Run the app.
-
Active a window and press the hot key.