Browse Source

fix(ui): add Shift+R and Shift+T to keyboard shortcuts dialog

- Add Shift+T for Audio node to shortcuts list
- Add Shift+R for Array node to shortcuts list
- Both shortcuts already wired in WorkflowCanvas, now visible in dialog
handoff-20260429-1057
shrimbly 5 months ago
parent
commit
010aebab48
  1. 2
      src/components/KeyboardShortcutsDialog.tsx

2
src/components/KeyboardShortcutsDialog.tsx

@ -34,6 +34,8 @@ const shortcutGroups: ShortcutGroup[] = [
{ keys: ["Shift", "V"], description: "Add Generate Video node" },
{ keys: ["Shift", "L"], description: "Add LLM Text node" },
{ keys: ["Shift", "A"], description: "Add Annotation node" },
{ keys: ["Shift", "T"], description: "Add Audio node" },
{ keys: ["Shift", "R"], description: "Add Array node" },
],
},
{

Loading…
Cancel
Save