vcad.
Back to App
App

Keyboard Shortcuts

All keyboard shortcuts in the vcad app

vcad uses keyboard shortcuts extensively so you can model without reaching for menus. Every shortcut listed here uses Cmd for macOS; substitute Ctrl on Windows and Linux.

General

ShortcutAction
Cmd+KOpen command palette
Cmd+ZUndo
Cmd+Shift+ZRedo
Cmd+SSave document
Delete / BackspaceDelete selected node

The command palette (Cmd+K) is the fastest way to access any operation. Type a few characters to filter -- "cyl" finds "Add Cylinder", "fil" finds "Fillet", and so on. Every modeling operation is reachable through the palette, so if you forget a specific shortcut, Cmd+K is your fallback.

Viewport Navigation

ShortcutAction
Middle mouse dragOrbit camera
Scroll wheelZoom in/out
Shift + Middle mouse dragPan camera
FFit view to selection (or entire scene if nothing selected)
GToggle grid visibility

Standard Views

Numeric keys snap the camera to orthographic views aligned with the principal axes.

KeyView
1Front (looking along -Y)
2Back (looking along +Y)
3Right (looking along -X)
4Left (looking along +X)
5Top (looking along -Z)
6Bottom (looking along +Z)
7Isometric

These views are especially useful when positioning features precisely or when you need to verify alignment from a specific direction. Pressing the same key again toggles back to the perspective view you were in before.

Selection

ShortcutAction
ClickSelect face or node
Shift+ClickAdd to / remove from selection
EscapeDeselect all
ASelect all visible nodes

Selection drives most operations in vcad. When you select a face and then invoke "Fillet", the fillet applies to edges of that face. When you select a planar face and press S, a new sketch opens on that face's plane.

Sketch Mode

ShortcutAction
SEnter sketch mode on selected face or standard plane
EscapeExit sketch mode (confirm sketch)
LLine tool
CCircle tool
RRectangle tool
HApply horizontal constraint
VApply vertical constraint
EnterFinish current shape chain

When sketch mode is active, the viewport switches to a 2D view of the sketch plane and the drawing tools become available. Constraint shortcuts (H, V) apply to the currently selected sketch entities. See the Sketch Mode reference for the full list of constraint types.

Feature Tree

ShortcutAction
Up / DownNavigate nodes in the feature tree
EnterEdit selected node's parameters
SpaceToggle node visibility

The feature tree panel on the left shows the parametric history. Navigating with arrow keys highlights the corresponding geometry in the viewport, which is helpful for finding a specific operation in a complex model.

Command Palette Operations

While any operation can be triggered through the command palette, here are some of the most commonly used ones for reference:

Palette searchOperation
cubeAdd Cube primitive
cylinderAdd Cylinder primitive
sphereAdd Sphere primitive
coneAdd Cone primitive
unionBoolean Union
differenceBoolean Difference
intersectionBoolean Intersection
filletFillet edges
chamferChamfer edges
shellShell operation
extrudeExtrude sketch profile
revolveRevolve sketch profile
linear patternLinear Pattern
circular patternCircular Pattern
exportExport to file
Fuzzy matching

The command palette uses fuzzy matching, so you don't need exact text. Typing "ext" matches both "Extrude" and "Export" -- arrow-key down to pick the one you want.

Customization

Keyboard shortcuts are not currently user-configurable. The set listed here is built into the app. If you find yourself repeatedly reaching for a command that doesn't have a shortcut, the command palette is the recommended workflow -- it's typically faster than memorizing rarely-used bindings.

For the complete modeling workflow including sketch constraints, viewport modes, and export options, see the App reference.