pub static COPY_CMD: Command
Expand description
Represents the clipboard copy action.
§Metadata
This command has the following default metadata:
metadata | value |
---|---|
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.