product-example checked
Visual Studio Code default keyboard shortcuts reference
Documents default Undo and Redo commands, their keyboard shortcuts, and command identifiers in a desktop editor.
Pattern Decisions This Source Supports
| Pattern | Supported decision | Required contract | Claim note |
|---|---|---|---|
| Keyboard shortcut | Choose keyboard shortcut when the design problem is accelerating one known command with a key combination, not helping users discover commands. | A shortcut maps to one named command, focus target, or mode and uses the same command handler as visible controls. | Supports command identifiers and platform keybindings in a keyboard-heavy editor. |
| Redo | Choose redo when the user has just undone a reversible operation and may need to reapply it. | Redo is unavailable until an undo places an operation on the redo stack. | VS Code exposes undo and redo as command identifiers with platform keyboard shortcuts. |
Evidence Role
This source is treated as product-example evidence. Use it to validate the decision rules above, not as a visual style reference.
Publisher: Microsoft. Last checked: .