Static zng::scroll::cmd::PAGE_DOWN_CMD

source ·
pub static PAGE_DOWN_CMD: Command
Expand description

Represents the page down by one v_page_unit action.

§Parameter

This command supports an optional parameter, it can be a bool that enables the alternate of the command or a ScrollRequest that contains more configurations.

§Metadata

This command has the following default metadata:

metadatavalue
name "Page Down"
info "Scroll down by one page unit"
shortcut shortcut!(PageDown)
shortcut_filter ShortcutFilter::FOCUSED | ShortcutFilter::CMD_ENABLED

Text metadata is localized.