mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
add space to keys
This commit is contained in:
@@ -156,6 +156,9 @@ class BasicApp(App, css_path="basic.css"):
|
||||
def key_v(self):
|
||||
self.get_child(id="content").scroll_to_widget(self.scroll_to_target)
|
||||
|
||||
def key_space(self):
|
||||
self.bell()
|
||||
|
||||
|
||||
app = BasicApp()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user