Can not capture F9, F10, and F12 keys?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Can not capture F9, F10, and F12 keys?

Post by JAB Creations »

I'm trying to capture F9, F10, and the F12 keys in JavaScript. This page (with it's easy to memorize URL) has a good reference to the key mappings...
http://www.cambiaresearch.com/c4/702b8c ... Codes.aspx

However pressing those keys in the capture (input) field reveals different characters. These characters also come up in IE and Opera?
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Post by JAB Creations »

I had my Function keys remapped in Windows using a program called KeyTweak, removed the mappings and now that script detects the corresponding functions just fine now. Case closed. 8)
Post Reply