feat: add frame step entries to FIXED_SHORTCUTS display list

This commit is contained in:
theaiagent
2026-04-03 17:37:13 +03:00
parent 11bad60eb2
commit b709d0d240
+2
View File
@@ -49,6 +49,8 @@ export const FIXED_SHORTCUTS: FixedShortcut[] = [
},
{ label: "Pan Timeline", display: "Shift + Ctrl + Scroll", bindings: [] },
{ label: "Zoom Timeline", display: "Ctrl + Scroll", bindings: [] },
{ label: "Frame Back", display: "←", bindings: [{ key: "arrowleft" }] },
{ label: "Frame Forward", display: "→", bindings: [{ key: "arrowright" }] },
];
export type ShortcutConflict =