---
title: isKeyRepeating
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/bekeyentry/iskeyrepeating
---

# isKeyRepeating

A Boolean value that indicates whether the person holds a key down to repeat its key event.

## Declaration

```swift
var isKeyRepeating: Bool { get }
```

## Mentioned in

Integrating custom browser text views with UIKit

## See Also

### Getting information about the keypress

- [state](browserenginekit/bekeyentry/state.md)
- [BEKeyEntry.KeyPressState](browserenginekit/bekeyentry/keypressstate.md)
- [timestamp](browserenginekit/bekeyentry/timestamp.md)
