简体   繁体   中英

autohotkey 2.0 call to nonexistent function winset

发生了流行的自动热键脚本示例,该示例使窗口始终处于顶部

^SPACE::  Winset, Alwaysontop, , A

It is documented on AHK website: https://autohotkey.com/v2/v2-changes.htm

Sub-commands of WinGet, WinSet and Process have been replaced with individual functions...

So it is a simple change to:

^SPACE::  WinSetAlwaysOnTop, , A

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM