Static zng_ext_clipboard::CUT_CMD
source · pub static CUT_CMD: Command
Expand description
Represents the clipboard cut action.
§Metadata
This command has the following default metadata:
metadata | value |
---|---|
name | "Cut" |
info | "Remove the selection and place it in the clipboard" |
shortcut | [shortcut!(CTRL+'X'), shortcut!(SHIFT+Delete), shortcut!(Cut)] |
shortcut_filter | ShortcutFilter::FOCUSED | ShortcutFilter::CMD_ENABLED |
icon | wgt_fn!(|_| ICONS.get("cut")) |
Text metadata is localized.