Keyboard-onkeypress events  
********************************************
Free JavaScript provided by ©2003-VB'Breizh

Strike any key on your keyboard to get its code
..............................(french keyboard)...................................

This script will detect :
    -which modifier key type [Alt, Ctrl, Shift] has been pressed in combination with a key
    -which [ key ] has been stroke (characters lower/uppercase distinction, numbers if the NumLock is locked...)
    *with a "onkeydown" event lower/uppercase distinction is not detected

...In this example our option is the "onkeypress" event... ...Download the JavaScript source code (0.85 kb)


Comment, question ?