Add non-printable key to footer snapshot

This commit is contained in:
Darren Burns
2022-12-14 14:07:26 +00:00
parent 114d028ac7
commit 1acc36084b
2 changed files with 59 additions and 58 deletions

View File

@@ -12,6 +12,7 @@ class FooterApp(App):
description="Show help screen",
key_display="?",
),
Binding(key="delete", action="delete", description="Delete the thing"),
Binding(key="j", action="down", description="Scroll down", show=False),
]