Remove underscore pauses from (hopefully) all snapshots

This seeks to remove the "_" from the key presses of snapshots and inline
runs in the documentation. The "_" no longer does anything, but got legacy
reasons at the moment we can't actually allow "_" to be an input to a
"faked" keypress in the docs and snapshots.

Removing these clears the way to letting "_" have the same status as any
other character.

See #1994.
This commit is contained in:
Dave Pearson
2023-03-09 20:32:27 +00:00
parent 503c03730e
commit e6f620db44
15 changed files with 28 additions and 28 deletions

View File

@@ -77,7 +77,7 @@ Build sophisticated user interfaces with a simple Python API. Run your apps in t
```{.textual path="examples/pride.py"}
```
```{.textual path="docs/examples/tutorial/stopwatch.py" columns="100" lines="30" press="d,tab,enter,_,_"}
```{.textual path="docs/examples/tutorial/stopwatch.py" columns="100" lines="30" press="d,tab,enter"}
```