Skip to main content

KeyRepeatEvent

Event triggered when a key is held down and repeating.

This event fires continuously while the key remains pressed, depending on the system's key repeat rate.

Inherits: Event

Properties

  • key - The key that is being held down and repeating.

Properties

keyinstance-attribute

key: str

The key that is being held down and repeating.

Represents the physical key that is generating repeat events (e.g., , ).