mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
12 lines
263 B
Markdown
12 lines
263 B
Markdown
# Key
|
|
|
|
The `Key` event is sent to a widget when the user presses a key on the keyboard.
|
|
|
|
- [x] Bubbles
|
|
|
|
## Attributes
|
|
|
|
| attribute | type | purpose |
|
|
| --------- | ---- | ------------------------ |
|
|
| `key` | str | The key that was pressed |
|