﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3712	HotKeySet not sets Alt+F4 in Windows 10	NSUSpray		"When I run this script and press Alt+F4, the current active window closes, as if the script was not running at all.

{{{
func foo ()
	MsgBox (4096, """", ""Alt+F4 is pressed"")
endfunc

HotKeySet (""!{F4}"", ""foo"")

while True
	Sleep (1000)
wend
}}}

This issue has been discussed two years ago:
https://www.autoitscript.com/forum/topic/189515-windows-10-intercept-altf4/"	Bug	closed		AutoIt	3.3.14.5	None	No Bug		nsu.spray@…
