the numerical pad returns if you press 1 - > 97 which is the ASC value for the a .
Could someone please help on that.
Regards,
Otto
xBrowse - numerical pad on keyboard
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
THank you, Antonio,
Now I understand. For the small a do I have to check the “Cap look” state?
----------------------------------
But I don’t understand why these to browsers have different values.
Method keydown filters out some keys and passes if there is no hit the value
to:
return Super:KeyDown( nKey, nFlags )
which I think is the attached window?
Maybe someone can explain this. Thanks in advance.
Now I understand. For the small a do I have to check the “Cap look” state?
----------------------------------
But I don’t understand why these to browsers have different values.
Method keydown filters out some keys and passes if there is no hit the value
to:
return Super:KeyDown( nKey, nFlags )
which I think is the attached window?
Maybe someone can explain this. Thanks in advance.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: