﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1976	HotKeySet() - possible bug/conflict with F1	anonymous		"tried a few different keys and the key does not seem to matter.  when you run the sample with the script focused (scite) and press F1 to open help, 1st msg box will appear.

If HotKeySet('!a', 'dummy') = 0 Then
	MsgBox(0, '', '1st')
	Exit
EndIf

While 1
	Sleep(100)
WEnd

Func dummy()
	MsgBox(0,'','2nd')
EndFunc"	Bug	closed		AutoIt	3.3.6.1	None	Wont Fix	hotkeyset	
