CUT_CMD

Static CUT_CMD 

Source
pub static CUT_CMD: Command
Expand description

Represents the clipboard cut action.

ยงMetadata

This command has the following default metadata:

metadatavalue
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.