pub static REDO_CMD: CommandExpand description
Represents the redo action.
§Param
If the command parameter is a u32, Duration or DInstant calls redo_select, otherwise calls
redo.
§Metadata
This command has the following default metadata:
| metadata | value |
|---|---|
| name | "Redo" |
| shortcut | [shortcut!(CTRL + 'Y')] |
| icon | wgt_fn!(|_| ICONS.get("redo")) |
Text metadata is localized.