mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-10 22:20:14 +00:00
feat(studio): non-destructive crop + cross-project asset view
This commit is contained in:
@@ -60,6 +60,15 @@ const SHORTCUT_SECTIONS = [
|
||||
{ key: "⇧ Drag", label: "Uniform resize" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Crop",
|
||||
hints: [
|
||||
{ key: "DblClick", label: "Crop selected element" },
|
||||
{ key: "Drag edge", label: "Adjust crop side" },
|
||||
{ key: "Drag frame", label: "Move crop window" },
|
||||
{ key: "Esc", label: "Exit crop (or click outside)" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Panels",
|
||||
hints: [
|
||||
|
||||
Reference in New Issue
Block a user