Contents

keyRepeatInterval

The number of seconds someone must hold down a key to generate key-repeat events after the initial delay.

Declaration

class var keyRepeatInterval: TimeInterval { get }

Return Value

The repeat interval, in seconds.

Discussion

This is a system setting. You can’t change the value by overriding this method.

See Also

Getting key event information