feat: add document-level paste and Ctrl/Cmd+V handler for image clipboard support
This commit is contained in:
@@ -28,6 +28,7 @@ export interface ShortcutDefinition {
|
||||
export const SHORTCUT_DEFINITIONS: ShortcutDefinition[] = [
|
||||
{ modifiers: ["mod", "enter"], label: "Generate event" },
|
||||
{ modifiers: ["mod", "shift", "A"], label: "Attach image" },
|
||||
{ modifiers: ["mod", "V"], label: "Paste image" },
|
||||
{ modifiers: ["esc"], label: "Clear prompt" },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user