PDA

View Full Version : Need a list of the numbers for the keys on the keyboard


Ghost Rider
12-29-2002, 02:57 AM
Hi all,

Im working on a keyboard related script but cant recall what the numbers are for the keys
Example being the arrow keys are keycode 37-40

Does anyone have a list or a link to a list?

Thanks in advance!

A1ien51
12-29-2002, 05:12 AM
you could just have them alerted like it does here...

http://www10.brinkster.com/A1ien51/Scripts/KeyCode.htm

whammy
12-29-2002, 05:02 PM
http://www.asciitable.com

WindInMyHair
03-28-2003, 03:52 PM
OK, once more for the slow kids.

When I use the alert code that you provide, it shows some unexpected values for certain keys.

For instance if I press the COMMA key, I get a value of 188. When I look that up in the ASCII table that is provided, it says that a 188 is a 'double line lower right-hand corner'. It says a COMMA should be 44.

What is up with this? Am I doing something wrong?

btw, I am using IE 6.

Thanks for your patience and understanding.