keyRepeatDelay
The number of seconds someone must hold down a key before the first key repeat event occurs.
Declaration
class var keyRepeatDelay: TimeInterval { get }Return Value
The delay interval, in seconds.
Discussion
This is a system setting. You can’t change the value by overriding this method.