KeyboardEvent.repeat
The repeat
read-only property of the KeyboardEvent
interface returns a boolean value that is true
if the given key is being held down such that it is automatically repeating.
Syntax
var repeat = event.repeat;
Return value
A boolean value
Specifications
Specification |
---|
UI Events # dom-keyboardevent-repeat |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
repeat |
32 |
12 |
28 |
9 |
19 |
10.1 |
4.4.3 |
32 |
28 |
19 |
10.3 |
2.0 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/repeat