This UDF contains functions that assist with hot key control management. A hot key control is a window that enables the user to enter a combination of keystrokes to be used as a hot key. A hot key is a key combination that the user can press to perform an action quickly.key combination that the user can press to perform an action quickly. I tried to keep the syntax close to AutoIt UDFs standards to be more easy to work. GUIHotkey.au3 #include <Array.au3> #include <WinAPI.au3>&#