From c856ab3e3845582eb8d68bade15338ef2fcf0dc9 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 15 Oct 2022 22:20:24 +0100 Subject: [PATCH] screen -> key --- docs/guide/screens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/screens.md b/docs/guide/screens.md index aeb0381ad..cfb28c711 100644 --- a/docs/guide/screens.md +++ b/docs/guide/screens.md @@ -39,7 +39,7 @@ Let's look at a simple example of writing a screen class to simulate Window's [b ```{.textual path="docs/examples/guide/screens/screen01.py" press="b,_"} ``` -If you run this you will see an empty screen. Hit the ++b++ screen to show a blue screen of death. Hit ++escape++ to return to the default screen. +If you run this you will see an empty screen. Hit the ++b++ key to show a blue screen of death. Hit ++escape++ to return to the default screen. The `BSOD` class above defines a screen with a key binding and compose method. These should be familiar as they work in the same way as apps.