pub static CUT_CMD: CommandExpand 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.