JavaScript DOM KeyboardEvent property: altKey
[this page | pdf | back links]
The altKey property
of KeyboardEvent
objects within the JavaScript
DOM (i.e.
events triggered by an action with the keyboard) returns true if the ‘ALT’ key was pressed,
otherwise returns false.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)