mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
Base: Document Presenter and its file format
This commit is contained in:
parent
af439cf3af
commit
295f83e54c
2 changed files with 115 additions and 0 deletions
40
Base/usr/share/man/man1/Presenter.md
Normal file
40
Base/usr/share/man/man1/Presenter.md
Normal file
|
@ -0,0 +1,40 @@
|
|||
## Name
|
||||
|
||||
 Presenter - Present slides to an audience
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Presenter [file]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Presenter is a simple slide presentation software, capable of displaying presentations stored in a simple format. It provides a simple user interface and experience that is specifically aimed at "getting out of the way" while you are giving the presentation to a live audience.
|
||||
|
||||
### Opening Files
|
||||
|
||||
Use **File -> Open...** to open a presentation in Presenter, or specify it on the command line (see [Synopsis](#synopsis)). The file format currently understood by Presenter is based on JSON and explained in [presenter(5)](help://man/5/presenter).
|
||||
|
||||
### Terminology
|
||||
|
||||
- The **display area** is the window of Presenter, or the entire screen in full screen mode, where the presentation is visible.
|
||||
- A **slide** is a single page of the presentation and the most top-level structure.
|
||||
- A **frame** is a possibly animated step within a slide.
|
||||
|
||||
### Controlling the Presentation
|
||||
|
||||
During the presentation, the following keybindings are always available, though there are also corresponding menu options. Some of these keybindings mirror functionality of other common presentation software, though they don't usually behave exactly the same.
|
||||
|
||||
- Right, Down, Space, Enter: Next slide or frame
|
||||
- Left, Up, Backspace: Previous slide or frame
|
||||
- B: Black-out display. Going forward or back a slide or frame or pressing Escape will disable the black-out and resume the presentation.
|
||||
- W: White-out display. The behavior is identical to black-out.
|
||||
- Escape: Exit full-screen mode.
|
||||
- F11, Shift + F5: Enter full-screen mode.
|
||||
- F5: Return to first slide and enter full-screen mode.
|
||||
- Typing a number followed by Enter will go to the first frame of that slide.
|
||||
|
||||
## See Also
|
||||
|
||||
- [presenter(5)](help://man/5/presenter) for the file format
|
Loading…
Add table
Add a link
Reference in a new issue