Retrieves whether the onkeydown event is being repeated.
Syntax
HTML N/A Scripting [ bRepeat = ] event.repeat
Possible Values
bRepeat Boolean that specifies one of the following values:
true Event fires two or more times. false Event fires once. The property is read-only with no default value.
Remarks
The repeat property returns true while a user holds down a key.
Applies To
event