keyRepeatInterval property
getter/setter pair
Sets the key repeat interval in milliseconds. This is the time between repeated key events when a key is held down.
This is a WPE Platform setting that affects the entire display.
The default value is null (uses system default, typically 80ms).
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WPESettings.key-repeat-interval):
- This is a WPE Platform display-level setting. Value is in milliseconds.
Implementation
int? keyRepeatInterval;