hi when using GUISetAccelerators() i discovered that the function will keep repeating as long as the hotkey is pressed. this seems strange in that the function would not repeat if you clicked the item with the mouse. anyway i am wondering how best to disable the repeating so the func runs only once for each key press? #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> Local $Form1 = GUICreate("", 261, 62, 344, 145) Local $MenuItem