#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