Always On Top in Windows 10: Difference between revisions

From WikiMLT
mNo edit summary
 
m (Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:Windows Desktop)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude><!--[[Category:Windows_Desktop|?]]-->{{ContentArticleHeader/Windows_Desktop}}</noinclude>
<noinclude><!--[[Category:Windows_Desktop|?]]-->{{ContentArticleHeader/Windows_Desktop}}</noinclude>


Чрез използване на AutoHotKey, създава се скрипт със следното съдържание:
== Description ==
Simple [https://www.autohotkey.com/ AutoHotkey] script that allows you to keep a window on Windows always on top.


TrayTip , Always on top, Ctrl + Space, 2, Options
= Install =
^SPACE::  Winset, Alwaysontop, , A
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 <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>T</kbd> to keep (or release) a window on top. Tested with Windows 10 and Windows 11.


Скрипта се стартира и това е. Компилираната версия може да бъде добавена в <code>%AppData%\Microsoft\Windows\Start Menu\Programs\Startup</code>.
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%&shy;\&shy;Microsoft&shy;\&shy;Windows&shy;\&shy;Start Menu&shy;\&shy;Programs&shy;\&shy;Startup</code>.


Източник:
== Compile ==
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 ==
* [https://www.groovypost.com/howto/howto/windows-programs-always-on-top/ 3 Ways to Keep a Window Always on Top in Windows 10]
* [https://www.groovypost.com/howto/howto/windows-programs-always-on-top/ 3 Ways to Keep a Window Always on Top in Windows 10]
* [https://autohotkey.com/docs/commands/TrayTip.htm AKH: TrayTip]
* [https://autohotkey.com/docs/commands/TrayTip.htm AKH: TrayTip]
Line 17: Line 20:
{{devStage  
{{devStage  
  | Прндл  = Windows Desktop
  | Прндл  = Windows Desktop
  | Стадий = 3
  | Стадий = 6
  | Фаза  = Разработване
  | Фаза  = Утвърждаване
  | Статус = Разработван
  | Статус = Утвърден
  | ИдтПт  = Spas
  | ИдтПт  = Spas
  | РзбПт  = {{REVISIONUSER}}
  | РзбПт = Spas
| АвтПт  = Spas
| УтвПт = {{REVISIONUSER}}
  | ИдтДт  = 5.07.2022
  | ИдтДт  = 5.07.2022
  | РзбДт  = {{Today}}
  | РзбДт = 1.09.2022
| АвтДт  = 1.09.2022
| УтвДт = {{Today}}
  | ИдтРв  = [[Special:Permalink/27628|27628]]
  | ИдтРв  = [[Special:Permalink/27628|27628]]
  | РзбРв  = {{REVISIONID}}
  | РзбРв = [[Special:Permalink/30937|30937]]
| АвтРв  = [[Special:Permalink/30938|30938]]
| УтвРв = {{REVISIONID}}
}}
}}
</div>
</div>
</noinclude>
</noinclude>

Latest revision as of 07:48, 1 September 2022

De­scrip­tion

Sim­ple Au­to­Hotkey script that al­lows you to keep a win­dow on Win­dows al­ways on top.

In­stall

Down­load the ex­e­cutable file and start it. Now you will be able to use Ctrl+Alt+T to keep (or re­lease) a win­dow on top. Test­ed with Win­dows 10 and Win­dows 11.

In or­der to start the script when you log-in in­to your ac­count, place the ex­e­cutable file in your Win­dows user's shell:startup di­rec­to­ry – %AppData%­\­Microsoft­\­Windows­\­Start Menu­\­Programs­\­Startup.

Com­pile

If you want clone the repos­i­to­ry, or just down­load the .akh file, mod­i­fy the key com­bi­na­tion and com­pile it for your­self.

Ref­er­ences