diff --git a/examples/five_by_five.py b/examples/five_by_five.py index f00bec989..403483c75 100644 --- a/examples/five_by_five.py +++ b/examples/five_by_five.py @@ -18,7 +18,7 @@ class Help(Screen): """The help screen for the application.""" #: Bindings for the help screen. - BINDINGS = [("esc,space,q,h,question_mark", "app.pop_screen", "Close")] + BINDINGS = [("escape,space,q,h,question_mark", "app.pop_screen", "Close")] def compose(self) -> ComposeResult: """Compose the game's help."""