diff --git a/src/mail/app.py b/src/mail/app.py index 25a1a9e..3192536 100644 --- a/src/mail/app.py +++ b/src/mail/app.py @@ -660,7 +660,7 @@ class EmailViewerApp(App): async def action_show_help(self) -> None: """Show help screen with keyboard shortcuts.""" - help_screen = HelpScreen() + help_screen = HelpScreen(list(self.BINDINGS)) self.push_screen(help_screen) def action_next(self) -> None: