How to fix 2 column video file browser

In 2 column video file browser, when you press up from the top of the file list, it doesn’t go to the previous file, it goes to the RED icon.

If you want it to go to the previous file and not to the red icon, you need to edit the default theme.

Edit “rv_list_browse_page.xml” and change lbmask=“u” to lbmask=“” in this line:

    <listbox valkey=“browselist” autoenter=“1” autoswitch=“0” move=“page”
    cols=“2” rows=“8” lbmask=“” loop_scroll=“1” turbo_trigger=“10” turbo_multi=“10” hormove=“2”/>

Now when we press up from the top of the file list, it goes to the previous file and not to the RED icon.

1 Like

Awesome, I always hated it that first to last, last to first was missing in that view.