S or /

Class talon.canvas.KeyEvent

from talon.canvas import KeyEvent
class KeyEvent

Attributes

event§

event: str

code§

code: int

key§

key: str | None

text§

text: str | None

mods§

mods: frozenset[str]

repeat§

repeat: bool

down§

down: bool

up§

up: bool

Further reading