mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
Read against packages/studio/src rather than against the page's own prose. - `J` / `Shift + J` jump to the previous and next keyframe (useKeyframeKeyboard.ts:60). The keyframe table had no row for J at all. - `Backspace` deletes a keyframe, not only `Delete` (same file, line 56). - `Ctrl + Y` is redo (useAppHotkeys.ts:44). Only Ctrl+Shift+Z was listed, and Ctrl+Y is the first thing a Windows user reaches for. The page already warned that arrow keys mean different things depending on selection. `J` and `K` do exactly the same and it did not say so — `K` is stop during playback and add-keyframe with keyframes selected, which is a surprising way to lose your place. That note now names them. Everything else on the page checks out: 20 single-letter bindings in the source, all now accounted for.