Static zng_ext_clipboard::PASTE_CMD
source · pub static PASTE_CMD: Command
Expand 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.