How to make the window top in AutoHotkey-AutoHotkey tutorial

Time: 2020-12-05Source: Huajun Software TutorialAuthor: Aotuman

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 of AutoHotkey. Friends who don’t know how to do it should hurry up and learn it.

Related articles更多>>

Popular recommendations