In the onkeydown()
handler I am getting 219
as the keycode for '['; however, the actual character value of '[' is 91
. Is there any way to map these two?
views:
141answers:
2
+1
A:
If you are using Windows, you should look into the ToUnicodeEx function.
Zach Johnson
2010-02-22 06:14:10