Class talon.canvas.KeyEvent
from talon.canvas import KeyEventclass KeyEventAttributes
event§
event: strcode§
code: intkey§
key: str | Nonetext§
text: str | Nonemods§
mods: frozenset[str]repeat§
repeat: booldown§
down: boolup§
up: boolfrom talon.canvas import KeyEventclass KeyEventevent: strcode: intkey: str | Nonetext: str | Nonemods: frozenset[str]repeat: booldown: boolup: bool