Skip to content

Keyboard Shortcuts

DBModeler includes a focused set of shortcuts for project actions and editor workflows.

Mod means Ctrl on Windows and Linux, and Cmd on macOS.

These shortcuts are available from the broader application context.

ActionShortcut
Create a new projectMod+Shift+N

These shortcuts apply when a project is open.

ActionShortcut
Create a new tableMod+Alt+T
Open versionsMod+1
Open scriptsMod+2
Open SQL importMod+3
Open exportMod+4
Open project settingsMod+,
Auto-arrange tablesMod+Shift+A
Close the active projectMod+Alt+P
Delete the active projectMod+Alt+Backspace

DBModeler also supports a few important keyboard-driven editor behaviors outside the explicit shortcut map.

  • Use arrow keys, Enter, and Escape in field type autocomplete.
  • Use Ctrl+Z or Cmd+Z for undo.
  • Use Ctrl+Y or Cmd+Y for redo.
  • Use Shift while dragging to multi-select tables with a selection box.
  • Use Space plus drag to pan the canvas.

Shortcuts are intentionally ignored when focus is inside editable inputs such as:

  • text fields
  • textareas
  • select controls
  • content-editable UI

This avoids accidental destructive actions while you are typing.

For the next onboarding step, continue with Quickstart.