Back to Content

KeyboardEvent: repeat property

files/en-us/web/api/keyboardevent/repeat/index.md

latest327 B
Original Source

{{APIRef("UI Events")}}

The repeat read-only property of the {{domxref("KeyboardEvent")}} interface returns a boolean value that is true if the given key is being held down such that it is automatically repeating.

Value

A boolean value.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}