﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2881	"HotKeySet with ""{ASC 0x####}"" always sets ""A"""	Melba23	Jpm	"''HotKeySet'' takes the ""A"" from ""ASC"" as the key to set:
{{{
#include <MsgBoxConstants.au3>

; Try to set ""B"" as a HotKey
HotKeySet(""{ASC 0x0042}"", ""_Func"")

While 1
	Sleep(10)
WEnd

; But it will fire on ""A""
Func _Func()
    MsgBox($MB_SYSTEMMODAL, ""Hi"", ""What key did you press?"")
EndFunc
}}}
Present in v3.3.12.0 and after - not tested in earlier versions

M23"	Bug	closed	3.3.13.20	AutoIt	3.3.12.0	None	Fixed		
