Ocideck/docs/SHORTCUTS.md
Brenno de Winter 68725341a7 Add image-library dedupe and untagged filter, UI text scaling, table paste
Image library:
- "Clean up duplicates" finds byte-identical images by md5, keeps one
  file per group (preferring the most-used, then the oldest), merges
  the tags/descriptions and captions of the copies, repoints slides in
  open decks and in .md presentations on disk, and deletes the copies
  after a confirmation that lists every group.
- A header toggle filters to images without tags/description, so it is
  easy to see which ones still need attention.
- The delete warning now also lists presentations on disk that still
  reference the image (marked "not open"), next to the open decks.

Editor and accessibility (already in tree):
- Interface text scaling up to 200%, keyboard-operable panel divider,
  keyboard-first add-slide dialog, and screen-reader improvements.
- Paste a spreadsheet/CSV/markdown selection into a table cell to fill
  the whole grid.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 13:36:44 +02:00

62 lines
1.9 KiB
Markdown

# OciDeck — Keyboard shortcuts
`Ctrl` is shown for Windows/Linux; use `Cmd` (⌘) on macOS.
## Editor (app-wide)
| Shortcut | Action |
| --- | --- |
| `Ctrl/Cmd + O` | Open a presentation |
| `Ctrl/Cmd + S` | Save the active deck |
| `Ctrl/Cmd + Z` | Undo |
| `Ctrl/Cmd + Shift + Z` | Redo |
| `Ctrl + Y` | Redo (alternative) |
| `Ctrl/Cmd + H` | Find & replace |
| `Ctrl/Cmd + V` (in a table cell) | Paste a spreadsheet/CSV/markdown selection as a table (also `Shift + Insert`) |
| `Tab` to the panel divider, then `←` / `→` | Resize the slide panel |
In the **add-slide dialog**, `Tab` moves between the type cards, `Enter` picks
the focused one, and `Esc` cancels.
## Fullscreen presenter
Navigation:
| Shortcut | Action |
| --- | --- |
| `→` · `Space` · `Page Down` · click | Next slide |
| `←` · `Page Up` | Previous slide |
| `Enter` | Next slide (or jump, if a number was typed) |
| digits, then `Enter` | Jump to that slide number |
| `Home` · `End` | First · last slide |
| `G` | Slide-grid overview (arrows + `Enter` to jump) |
View & timing:
| Shortcut | Action |
| --- | --- |
| `P` | Toggle presenter view (notes, clock, next slide) |
| `S` | Move the presentation to another screen |
| `B` · `W` | Black · white screen |
| `R` | Reset the elapsed-time counter |
| `A` | Auto-advance on/off |
| `L` | Loop (restart after the last slide) on/off |
| `M` | Advance automatically after a slide's audio finishes |
| `H` · `?` | Show the in-app shortcut cheatsheet |
Annotation tools:
| Shortcut | Action |
| --- | --- |
| `D` | Pen |
| `T` | Highlighter |
| `E` | Eraser |
| `X` | Laser pointer |
| `C` | Clear the current slide's annotations |
`Esc` is layered: it first puts away the active annotation tool, then clears a
typed slide number, then removes a black/white screen, and finally exits the
presentation.
> In **dual-screen** mode the keyboard stays with the laptop (presenter) window;
> clicks on the beamer also advance the slide.