Always On Top in Windows 10: Difference between revisions
From WikiMLT
mNo edit summary |
m →Deploy |
||
Line 1: | Line 1: | ||
<noinclude><!--[[Category:Windows_Desktop|?]]-->{{ContentArticleHeader/Windows_Desktop}}</noinclude> | <noinclude><!--[[Category:Windows_Desktop|?]]-->{{ContentArticleHeader/Windows_Desktop}}</noinclude> | ||
= | == Description == | ||
Simple AutoHotkey script that allows you to keep a window on Windows always on top. | Simple [https://www.autohotkey.com/ AutoHotkey] script that allows you to keep a window on Windows always on top. | ||
Download the executable file and start it. Now you will be able to use <code>Ctrl</code>+<code>Alt</code>+<code>T</code> to keep (or release) a window on top. Tested with Windows 10 and Windows 11. | = Install = | ||
Download the [https://github.com/metalevel-tech/windows-always-on-top/releases/tag/v.0.1.0-ctrl-alt-t executable file] and start it. Now you will be able to use <code>Ctrl</code>+<code>Alt</code>+<code>T</code> to keep (or release) a window on top. Tested with Windows 10 and Windows 11. | |||
In order to start the script when you log-in place | In order to start the script when you log-in into your account, place the executable file in your Windows user's <code>[https://www.softwareok.com/?seite=faq-Windows-10&faq=151 shell:startup]</code> directory - <code>%AppData%\Microsoft\Windows\Start Menu\Programs\Startup</code>. | ||
== Compile == | == Compile == | ||
If you want clone the repository, or just download the .akh file, modify the key combination and compile it for yourself | If you want clone the [https://github.com/metalevel-tech/windows-always-on-top repository], or just download the [https://github.com/metalevel-tech/windows-always-on-top/blob/master/alwaysontop.ahk .akh file], modify the key combination and [https://www.autohotkey.com/docs/Scripts.htm#ahk2exe compile] it for yourself. | ||
. | |||
== References == | == References == |
Revision as of 06:44, 1 September 2022
Description
Simple AutoHotkey script that allows you to keep a window on Windows always on top.
Install
Download the executable file and start it. Now you will be able to use Ctrl
+Alt
+T
to keep (or release) a window on top. Tested with Windows 10 and Windows 11.
In order to start the script when you log-in into your account, place the executable file in your Windows user's shell:startup
directory – %AppData%\Microsoft\Windows\Start Menu\Programs\Startup
.
Compile
If you want clone the repository, or just download the .akh file, modify the key combination and compile it for yourself.
References