欢迎光临
我们一直在努力

使用AutoHotkey脚本 使某个窗口一直 置顶的方法

视频说明
https://youtu.be/DM3IpiuZvFw

编译好的 以及 源码下载
https://drive.google.com/drive/folders/1xiOnA18zIttkrUueF0abideWbE2Xiw6N?usp=sharing

AutoHotKey下载地址
https://www.autohotkey.com/download/ahk-install.exe

下面直接贴出代码

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

^!1::  Winset, Alwaysontop, , A

如果热键与你系统中已有的冲突,那么只需要修改^!1 这三个字符就行 ^表示ctrl , !表示alt , 1 表示数字1

AutoHotkey的按键说明:
https://wyagd001.github.io/zh-cn/docs/Hotkeys.htm

赞(0) 打赏
未经允许不得转载:EthanShooter » 使用AutoHotkey脚本 使某个窗口一直 置顶的方法
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏