AHK-v2-script-converter icon indicating copy to clipboard operation
AHK-v2-script-converter copied to clipboard

if A_GuiEvent = K

Open H5820121 opened this issue 7 months ago • 6 comments

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?

H5820121 avatar Jul 17 '24 17:07 H5820121