﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1243	Request @FuncName	Jayowee		"A simple request for a @Funcname. It might be usefull for debugging (e.g. showing the current Function name in a MsgBox), or for use in functions like GUICtrlSetOnEvent or HotKeySet.

Example of personal use:
{{{
HotKeySet(@HotKeyPressed)
Send(@HotKeyPressed, 0)
HotKeySet(@HotKeyPressed, $_functionName)
}}}
For allowing a hotkey to be captured by an outside/external program.
Otherwise, AutoIT always ""steals"" your hotkeys."	Feature Request	closed		AutoIt		None	Rejected	@funcname func	
