We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c63c6c commit c41bcedCopy full SHA for c41bced
examples/simple.py
@@ -12,7 +12,7 @@
12
13
class MyApp(App):
14
15
- KEYS = {"q": "quit", "ctrl+c": "quit"}
+ KEYS = {"q": "quit", "ctrl+c": "quit", "b": "view.toggle('left')"}
16
17
async def on_startup(self, event: events.Startup) -> None:
18
await self.view.mount_all(
0 commit comments