This documentation is archived and is not being maintained.
repeat property
Retrieves whether the onkeydown event is being repeated. For the standards based property, see repeat.
Syntax
| JavaScript | p = object.repeat |
Property values
Type: Boolean
one of the following values:
true (true)
-
Event fires two or more times.
false (false)
-
Event fires once.
Remarks
The repeat property returns true while a user holds down a key.
See also
-
event
-
repeat