From 6a0fa56d55e022771384d1749765bce7f13a839b Mon Sep 17 00:00:00 2001 From: Anthony Lombardi Date: Fri, 9 Aug 2024 10:56:26 -0400 Subject: [PATCH] DOC: Update shortcuts.md with arrow keys --- Documentation/shortcuts.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/shortcuts.md b/Documentation/shortcuts.md index 3d604031..b6e9bdcf 100644 --- a/Documentation/shortcuts.md +++ b/Documentation/shortcuts.md @@ -40,4 +40,8 @@ These shortcuts only apply to the currently selected volume. See [](./user-inter | `Ctrl + Z` | Undo - back to previous keyframe | | `Ctrl + Y` | Redo - forward to next keyframe | | `Delete` | Delete the current keyframe | -| `Ctrl + L` | Smooth tangents between keyframes | \ No newline at end of file +| `Ctrl + L` | Smooth tangents between keyframes | +| `Left` | Select previous DOF. | +| `Right` | Select next DOF. | +| `Up` | Increment selected DOF. | +| `Down` | Decrement selected DOF. |