KeyboardEvent charCode Property
Description
The charCode
property returns the character code when a keybord event occurs.
The charCode
property is read-only.
See Also:
Syntax
event.charCode
Technical Details
Return Value: |
A Number The character code |
---|---|
DOM Version: | DOM Level 2 Keyboard Events. |