KeyboardEvent
Event payload for keyboard key-down notifications.
Delivered to flet.Page.on_keyboard_event.
Inherits: Event
Properties
alt- Whether Alt was pressed when the key event was emitted.ctrl- Whether Control was pressed when the key event was emitted.key- Human-readable key label for the pressed key.meta- Whether Meta (Command/Windows) was pressed when the key event was emitted.shift- Whether Shift was pressed when the key event was emitted.
Properties
metainstance-attribute
meta: boolWhether Meta (Command/Windows) was pressed when the key event was emitted.