mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
in -> is
This commit is contained in:
@@ -10,7 +10,7 @@ This chapter will discuss how to make your app respond to input in the form of k
|
|||||||
|
|
||||||
## Keyboard input
|
## Keyboard input
|
||||||
|
|
||||||
The most fundamental way to receive input in via [Key](./events/key) events. Let's write an app to show key events as you type.
|
The most fundamental way to receive input is via [Key](./events/key) events. Let's write an app to show key events as you type.
|
||||||
|
|
||||||
=== "key01.py"
|
=== "key01.py"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user