If you are looking for software to use, go to Huajun Software Park! software release

How to make the window top in AutoHotkey-AutoHotkey tutorial

Author: Aotuman Date: 2020-12-05

AutoHotkey
AutoHotkey-2.0.10 official version

System assistance Storage size: 2.83 MB Time: 2022-10-21

Software introduction: AutoHotkey is a simple and powerful hotkey scripting language. Users can combine keyboard, mouse, and even game joystick movements and clicks...

Download now

Don’t you know how to put the window on top with AutoHotkey? Then friends who don’t know yet can come and learn with the editor how to put the window on top with AutoHotkey. I hope that this tutorial can help you all.

First, download and install AutoHotkey on your computer, and then create a new .ahk script

Screenshot of the operation tutorial of autohotkey to put the window on top

Write code:

#d::winset,AlwaysOnTop, Areturn

Screenshot of the operation tutorial of autohotkey to put the window on top

#d means the shortcut key is win key + d

Screenshot of the operation tutorial of autohotkey to put the window on top

;;In AutoHotkey, the word A represents the title of the current window

Screenshot of the operation tutorial of autohotkey to put the window on top

After double-clicking to open the script software, click on the window that needs to be pinned to the top, and then press the shortcut key win+d to pin the window to the top.

Screenshot of the operation tutorial of autohotkey to put the window on top

The above is the method shared by the editor to put the window on top with AutoHotkey. Friends who don’t know how to do it should hurry up and learn it.

Related articles