summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/file_view.tex
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2022-11-22 21:03:19 +0100
committerChristian Soffke <christian.soffke@gmail.com>2024-04-24 05:05:42 +0200
commite8816552f6adc2bb458860759bd15a31b7d9d0d1 (patch)
tree4363ddcb7b31c084cf0ea090501fa8d7d06741a4 /manual/configure_rockbox/file_view.tex
parent3ce3b102ddd5b663759ed61bd689b7bbda2ceecd (diff)
downloadrockbox-e8816552f6adc2bb458860759bd15a31b7d9d0d1.tar.gz
rockbox-e8816552f6adc2bb458860759bd15a31b7d9d0d1.zip
Offer choice of default browsers
The database or playlist catalogue can now be set as the browser that is launched when pressing ACTION_WPS_BROWSE on the WPS, unless another browser has more recently been opened. Previously you'd always have to exit the File Browser first, after the player had been restarted, which is annoying for users who prefer the database. The playlist catalogue has become part of the MRU browser list, so pressing ACTION_WPS_BROWSE after selecting a track from a playlist in the playlist catalogue will now take you back there. Settings menus have been slightly restructured. - Eliminated "Set WPS Context Plugin" and "Hotkey" menus from the General menu - Added "What's Playing Screen" menu in Settings-General with option for setting default browser. The "WPS Hotkey" and "WPS Context Plugin" menu options have been moved to this menu. - "File Browser Hotkey" is now part of the File View menu, which means it is accessible from the browser's context menu as well. Overview of resulting menu structure in Settings->General: What's Playing Screen Default Browser WPS Hotkey Set WPS Context Plugin File View (...) File Browser Hotkey Change-Id: Iaa3619a791c20ce3562a1efd2cf90c72933b729a
Diffstat (limited to 'manual/configure_rockbox/file_view.tex')
-rw-r--r--manual/configure_rockbox/file_view.tex9
1 files changed, 8 insertions, 1 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index 8b86e71906..112aa4c06f 100644
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -1,5 +1,5 @@
1% $Id$ % 1% $Id$ %
2\section{File View} 2\section{\label{ref:FileView}File View}
3The File View menu deals with options relating to how the File Browser 3The File View menu deals with options relating to how the File Browser
4displays files. 4displays files.
5% 5%
@@ -90,4 +90,11 @@ displays files.
90 \setting{Current Directory Only} or \setting{Full Path}, then the title of 90 \setting{Current Directory Only} or \setting{Full Path}, then the title of
91 each menu will be displayed on the first line in the \setting{Database Browser}. 91 each menu will be displayed on the first line in the \setting{Database Browser}.
92 92
93\opt{hotkey}{
94 \nopt{touchscreen}{\item[File Browser Hotkey.]
95 Sets the hotkey function for the \setting{File Browser},
96 \setting{Database} and \setting{Playlist Viewer} (see \reference{ref:Hotkeys}).
97 The default is \setting{Off}.
98 }
99}
93\end{description} 100\end{description}