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. ControlLeft is for going to the next provider. ControlRight
is for displaying all the providers. ControlHome
is for going to the last provider.ControlEnd
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.
| step |
The ScrollStep by which to move the page |
| num |
The amount of steps to move the page |