move_page
Description:
The move_page signal is a keybinding signal which gets emitted when the user initiates a page movement (i.e. switches between provider pages).
is for going to the previous provider. Control
Left
is for going to the next provider. Control
Right
is for displaying all the providers. Control
Home
is for going to the last provider.Control
End
When step
is equal to PAGES, the page size is defined by the
provider_page_size property.
Applications should not connect to it, but may emit it with emit_by_name if they need to control the page selection programmatically.
Parameters:
step |
The ScrollStep by which to move the page |
num |
The amount of steps to move the page |