1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:07:35 +00:00

Base: Improve some application man pages

- FontEditor.md
- Magnifier.md
- Presenter.md
- Terminal.md

Where an arrow is indicated by -> turn it into an actual arrow →
(U+2192 Rightwards Arrow). This looks much neater.
Inspired by Notion doing this automatically when you type "->".

I've made various corrections: fixing grammatical errors, removing
unnecessary or adding-in missing spaces. Made the style of references
to menu items more consistent. Generally I've tried to make the pages
read better. Terminal has had more adjustment than the others as its
Settings were recently changed and the man page now reflects this.
This commit is contained in:
Cubic Love 2023-05-07 23:15:08 +01:00 committed by Andreas Kling
parent 09773048b6
commit f5caf363e7
5 changed files with 47 additions and 43 deletions

View file

@ -12,11 +12,11 @@ $ 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.
Presenter is a simple slide presentation application, capable of displaying presentations stored in a simple format. It provides a simple user interface that is specifically aimed at "getting out of the way" while you are giving a 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).
Use `File → Open…` to open a presentation in Presenter, or specify it in 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
@ -26,15 +26,15 @@ Use **File -> Open...** to open a presentation in Presenter, or specify it on th
### 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.
During the presentation, the following keybindings are always available, though there are also corresponding menu options. Some of these keybindings mirror the functionality of other 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.
- `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.
- `F11`, `Shift + F5`: Toggle full-screen mode.
- `Escape`: Exit 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