This commit is contained in:
Dave Pearson
2022-10-15 08:18:04 +01:00
parent b56a78ab46
commit c1d21d29bd

View File

@@ -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"