﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3236	HotKey NumpadEnter	djp_home@…		"It's not possible to bind NumpadEnter key as a HotKey! I don't want to use {Enter} insted because I want to differenciate between Enter and NumpadEnter, if I want to have Enter and NumpadEnter the same, I could define a HotKey for NumpadEnter to send an Enter key... or bind to the same function...

Do you have an workaround for me?

; Example-Code

#include <MsgBoxConstants.au3>

HotKeySet(""{NumpadEnter}"", ""KeyNumpadEnter"")
HotKeySet(""{ESC}"", ""Terminate"")

Func KeyNumpadEnter()
   MsgBox($MB_SYSTEMMODAL, ""KeyInput"", ""You pressed NumpadEnter"", 10)
EndFunc

Func Terminate()
   Exit
EndFunc

while True
   Sleep(1000)
WEnd

"	Bug	closed		AutoIt	3.3.14.2	None	Rejected	HotKey NumpadEnter	
