You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/video-editor-cheatsheet.mdx
+41-8Lines changed: 41 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,17 +81,50 @@ Use a different port if `3002` is already busy:
81
81
npx hyperframes preview --port 4567
82
82
```
83
83
84
-
Inside the Studio:
84
+
Inside the Studio, shortcuts are grouped the same way the playbar's `⌨` panel groups them — playback first, then work-area markers, view controls, and app-level commands. Open the `⌨` panel in the playbar for an in-app cheatsheet, a frame-jump input, and live readouts of the in/out points.
85
85
86
-
| Shortcut | Use |
86
+
### Playback
87
+
88
+
| Shortcut | Action |
89
+
| --- | --- |
90
+
|`Space`| Play or pause |
91
+
|`K`| Stop |
92
+
|`J`| Play backward (press again to shuttle faster) |
93
+
|`L`| Play forward (press again to shuttle faster) |
94
+
|`←` / `→`| Step 1 frame |
95
+
|`Shift+←` / `Shift+→`| Step 10 frames |
96
+
97
+
`J` and `L` build the classic NLE shuttle: each repeat ramps the playback rate up. Tap `K` between shuttle bursts to stop. With `K` held, tapping `J` or `L` steps one frame in that direction.
98
+
99
+
### Work area (in / out points)
100
+
101
+
| Shortcut | Action |
102
+
| --- | --- |
103
+
|`I`| Set in-point at the playhead |
104
+
|`Shift+I`| Clear in-point |
105
+
|`O`| Set out-point at the playhead |
106
+
|`Shift+O`| Clear out-point |
107
+
|`A`| Jump to in-point (or composition start if unset) |
108
+
|`E`| Jump to out-point (or composition end if unset) |
109
+
110
+
The in and out points define a **work area**. When loop is on, both forward and backward playback loop within those boundaries — useful for tightening a transition or scrubbing a single clip without trimming it. The seek bar renders a teal band between in and out, with tick markers at each point. Clear the markers from the `⌨` panel or with `Shift+I` and `Shift+O`.
111
+
112
+
### View
113
+
114
+
| Shortcut | Action |
115
+
| --- | --- |
116
+
|`Cmd+Scroll` / `Ctrl+Scroll` over the preview | Zoom the preview at the cursor |
117
+
118
+
### Application
119
+
120
+
| Shortcut | Action |
87
121
| --- | --- |
88
-
|`Space`| Play or pause (focus on the page body) |
89
-
|`Left Arrow` / `Right Arrow`| Nudge seek bar by 1 second (seek bar focused) |
90
-
|`Shift+Left Arrow` / `Shift+Right Arrow`| Nudge seek bar by 5 seconds (seek bar focused) |
91
122
|`Shift+T`| Show or hide the timeline editor |
92
-
|`Cmd+1` / `Ctrl+1`| Switch to Compositions |
93
-
|`Cmd+2` / `Ctrl+2`| Switch to Assets |
94
-
|`Delete` / `Backspace`| Delete the selected timeline clip (when not typing in an editor) |
123
+
|`Cmd+1` / `Ctrl+1`| Switch sidebar to Compositions |
0 commit comments