keyRepeatDelay property
getter/setter pair
Sets the key repeat delay in milliseconds. This is the time a key must be held before it starts repeating.
This is a WPE Platform setting that affects the entire display.
The default value is null (uses system default, typically 400ms).
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WPESettings.key-repeat-delay):
- This is a WPE Platform display-level setting. Value is in milliseconds.
Implementation
int? keyRepeatDelay;