Keyascii keyboard and numpad

Hi guys, what ascii codes do keyboard enter and numpad enter use? Chr(13) and ?

it is Chr(3), but you could have figured that out by simply pressing the key

https://docs.xojo.com/Keyboard

https://documentation.xojo.com/api/hardware/keyboard.html#keyboard

Those as “keycodes” which vary by keyboard type , the OP asked for the ASCII key value

Ok Thanks.