Undo & Redo
The Library keeps an undo stack of the latest 50 supported actions. A new action clears the redo stack.
Keyboard shortcuts
Section titled “Keyboard shortcuts”| Platform | Undo | Redo |
|---|---|---|
| macOS | Cmd + Z | Cmd + Shift + Z |
| Windows / Linux | Ctrl + Z | Ctrl + Shift + Z or Ctrl + Y |
The app uses the platform modifier (Cmd on macOS, Ctrl on Windows and Linux). It does not intercept these shortcuts while an input or textarea has focus, so native text editing remains available there.
What you will see
Section titled “What you will see”Undo and redo update the interface optimistically, then show a confirmation toast. An undo confirmation uses the form Undone: [action description].