I found a confusing inconsistency in cursor movement
(using standard behaviour SpecialCursorMovement=0, so cursor_left/right should activate the command line).
To reproduce:
Define a (new) custom columns view
- with only columns "Name" and "Extension" in it (any other being small enough to fit the window without horizontal scrollbar will also do),
- activate the option "Horizontal scrollbar" in its definition.
- Then adjust the column widths to use exactly the maximum possible space without showing a vertical scroll bar.
- In Full view (Ctrl+F2):
- cursor_left/right activates the command line (OK).
- In Custom Columns Mode:
- cursor_left/right activates the command line, if there is no vertical scroll bar (OK).
- cursor_left/right moves the cursor 1 line up/down, if there is a vertical scroll bar (:arrow: wrong).
[Edit] Second workaround: As the above workaround prevents horizontal scrolling,
I now decreased the column size of "Name" by 1 pixel, this also helps.