Add actions to select the next/previous image when the scroll is done at the bottom/top edges#299
Add actions to select the next/previous image when the scroll is done at the bottom/top edges#299jonathanpoelen wants to merge 1 commit intoderf:masterfrom jonathanpoelen:scroll_or_next
Conversation
|
Is this for a comic viewer use case? In that case, is it perhaps better to instead add an option that changes the behaviour of the standard movement keys to switch images when reaching the border? I'm not sure about this myself, so your opinion would be appreciated :) |
Yes, combinated with #278 (--begin-top option). A comic viewer mode is a good idea, but I usually 2 auxiliary modes for which I use a html viewer (less responsive but faster to do :/):
As well as shortcuts to go from one mode to another, jump X pages (1, 5, 12, 30, 100) and consider that a certain number of pixels are not part of the image, even if it remains, for example, 10 pixels of scroll. I think the single and double page modes are the most interesting to have ( |
The new actions are:
scroll_down_or_next_img, key Pscroll_up_or_prev_img, key Nscroll_down_page_or_next_img, key Ctrl+Pscroll_up_page_or_prev_img, key Ctrl+N