mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge branch 'main' into review-styles-reference
[skip ci]
This commit is contained in:
@@ -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),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user