Static zng_ext_clipboard::COPY_CMD

source ·
pub static COPY_CMD: Command
Expand description

Represents the clipboard copy action.

§Metadata

This command has the following default metadata:

metadatavalue
name "Copy"
info "Place a copy of the selection in the clipboard"
shortcut [shortcut!(CTRL+'C'), shortcut!(CTRL+Insert), shortcut!(Copy)]
shortcut_filter ShortcutFilter::FOCUSED | ShortcutFilter::CMD_ENABLED
icon wgt_fn!(|_| ICONS.get("copy"))

Text metadata is localized.