Skip to content

Undo & Redo

The Library keeps an undo stack of the latest 50 supported actions. A new action clears the redo stack.

PlatformUndoRedo
macOSCmd + ZCmd + Shift + Z
Windows / LinuxCtrl + ZCtrl + 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.

Undo and redo update the interface optimistically, then show a confirmation toast. An undo confirmation uses the form Undone: [action description].