如果我运行这个脚本会有什么效果?

如果我运行这个脚本会有什么效果?
#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.
#=::Return
; Disable Alt+F4
!F4::Return

答案1

此脚本唯一能做的事情就是禁用Alt+F4和的快捷键WindowsKey+Equals

相关内容