﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3844	Right bracket does not register as a hotkey	gemtoc	Jon	"HotKeySet(""{}}"",""CaptureKey"") ; bug right brace does not register as a hotkey, autoit help manual says this is correct syntax.

While 1
   Sleep(1000)
WEnd

Func CaptureKey()
   MsgBox(0,0,@HotKeyPressed) ; bug @HotKeyPressed is assigned 3 characters AutoIt help manual says to enclose these in brackets !#+^{} making 3 characters, but @HotKeyPressed should be 1 characters because the above characters are enclosed in right and left brackets
EndFunc"	Bug	closed	3.3.15.5	AutoIt	3.3.15.4	None	Fixed		
