feat(present): fix presentation size and add screen option (#232)

* feat(present): fix presentation size and add screen option

This kinda fixes the issue of weird resizes between two presentations

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix(ci): typing

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Jérome Eertmans
2023-08-04 13:33:21 +02:00
committed by GitHub
parent 738c54f9a6
commit 097ae8ffdd
2 changed files with 57 additions and 11 deletions

View File

@ -25,6 +25,7 @@ HIGHLIGHTED_KEYWORDS = [ # these keywords are highlighted specially
"File",
"Rendering",
"Rendered",
"Pressed key",
]