AHK-v2-script-converter
AHK-v2-script-converter copied to clipboard
if A_GuiEvent = K
I have an AHK V1 script I use there, for the ListView GUI ,if the user pressed the DEL key:
if A_GuiEvent = K
{
IF A_EventInfo=46 ;DEL key
{
}
}
I don't know how to translate it to V2, nor does the converter translate it in a way that works. Can someone please help me with it?