'onKeyDown' Properties : onKeyDown « Event Handlers Reference « JavaScript Reference

'onKeyDown' Properties

+----------------+--------------------------------------------------------------+
| Properties     |altKey                          altLeft                       |
|                |cancelBubble                    clientX                       |
|                |clientY                         ctrlKey                       |
|                |ctrlLeft                        keyCode                       |
|                |offsetX                         offsetY                       |
|                |repeat                          returnValue                   |
|                |screenX                         screenY                       |
|                |shiftKey                        shiftLeft                     |
|                |srcElement                      type                          |
|                |x                               y                             |
+----------------+--------------------------------------------------------------+
      
      








Related examples in the same category

1.'onKeyDown' Syntax and Note
2.'onKeyDown' Example
3.'onKeyDown' is applied to