Skip to content

Keyboard Shortcuts

WSi comes with a fixed set of keyboard shortcuts for the most common actions, listed below.

Default Shortcuts

These are the default shortcuts WSi ships with:

ActionShortcut
UndoCtrl+Z
RedoCtrl+Shift+Z
New projectCtrl+N
Open fileCtrl+O
Import filesCtrl+I
SaveCtrl+S
Save AsCtrl+Shift+S
CloseCtrl+Q
ERP Export (JSON → File)Ctrl+J
Project ExportCtrl+E
Project Export SettingsCtrl+Shift+E

Undo and redo

WSi maintains a full undo/redo stack for most editing actions. Changes to part parameters, graph edits, and project settings are all reversible.

  • Undo — press Ctrl+Z to step back through your changes one at a time
  • Redo — press Ctrl+Shift+Z to step forward again after undoing

The undo/redo buttons in the toolbar are disabled when there is nothing to undo or redo. The undo stack is cleared when you close the project.

TIP

Undo/Redo operates on the current project session. Closing and reopening a project starts a fresh undo stack.

See Also