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 c6fdd71 commit c0aca73Copy full SHA for c0aca73
src/textual/app.py
@@ -3472,7 +3472,9 @@ def _watch_app_focus(self, focus: bool) -> None:
3472
self.screen.set_focus(None)
3473
3474
async def action_simulate_key(self, key: str) -> None:
3475
- """An [action](/guide/actions) to handle a key press using the binding system.
+ """An [action](/guide/actions) to simulate a key press.
3476
+
3477
+ This will invoke the same actions as if the user had pressed the key.
3478
3479
Args:
3480
key: The key to process.
0 commit comments