From [Keyboarding in React Native Desktop](https://github.com/microsoft/react-native-windows/pull/5590/files) document: > INativeKeyboardEvent is a new interface and will expose the following properties: Property | Type | Description | Default -- | -- | -- | -- repeat | boolean | Flag to represent if a key is being held down/repeated | False
From Keyboarding in React Native Desktop document: