pub static PASTE_CMD: CommandExpand description
Represents the clipboard paste action.
ยงMetadata
This command has the following default metadata:
| metadata | value |
|---|---|
| name | "Paste" |
| info | "Insert content from the clipboard" |
| shortcut | [shortcut!(CTRL + 'V'), shortcut!(SHIFT + Insert), shortcut!(Paste)] |
| shortcut_filter | ShortcutFilter::FOCUSED | ShortcutFilter::CMD_ENABLED |
| icon | wgt_fn!(|_| ICONS.get("paste")) |
Text metadata is localized.