I created a window to select HotKeys with the msctls_hotkey32 control. It translates the Codes to AutoIT hotkey syntax, so you can directly use it in HotKeySet Hope, someone will need it. HotKeySelect.au3 CODE#include<WinAPI.au3>#include<ButtonConstants.au3> #include<StaticConstants.au3> #include<WindowsConstants.au3> #include<GUIConstantsEx.au3> #include<SendMessage.au3> Global Const $HKM_GETHOTKEY = $WM_USER + 2 Global Const $HOTKEYF_ALT = 0x4 Global Cons