pub static SCROLL_TO_BOTTOM_CMD: CommandExpand description
Represents the scroll to bottom action.
ยงMetadata
This command has the following default metadata:
| metadata | value |
|---|---|
| name | "Scroll to Bottom" |
| info | "Scroll down to the content bottom." |
| shortcut | [shortcut!(End), shortcut!(CTRL + End)] |
| shortcut_filter | ShortcutFilter::FOCUSED | ShortcutFilter::CMD_ENABLED |
| icon | wgt_fn!(|_| ICONS.get(["scroll-bottom", "vertical-align-bottom"])) |
Text metadata is localized.