json-log-viewer icon indicating copy to clipboard operation
json-log-viewer copied to clipboard

bug: PgUp / PgDown only work on current page

Open kiesel opened this issue 11 months ago • 0 comments

In default keybindings, PgUp / PgDown scroll a page of lines up or down. It only works on the active view, though. Eg. being on top of all logs and pressing PgDn brings the line selection to the last visible line in current view. Pressing it again does not select the next page's last line but does nothing.

This is unfortunate when you can only move line by line with the down arrow key, since this really takes long then.

kiesel avatar Nov 18 '24 07:11 kiesel