A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 41 lines 1.6 kB view raw
1\subsection{\label{sec:text_editor}Text Editor} 2This plugin allows you to view and edit simple text documents on your DAP. 3You can view files by using \setting{Open with} from the 4\setting{Context Menu} (see \reference{ref:Contextmenu}). 5 6\subsubsection{Usage} 7If you start the Text Editor from the plugin browser you will be greeted with 8a blank screen. When started from the \setting{Open with} menu item your file 9should be shown on the screen. You can now edit the file. 10The Text Editor is line based. This means you can edit one line at a time using 11the \setting{Virtual Keyboard} (see \reference{sec:virtual_keyboard}). 12 13\begin{itemize} 14 \item Move the selection bar to the line you want to edit. 15 \item Edit the highlighted text line or insert a new one using the Item Menu. 16 \item When finished editing exit the Text Editor. You'll be shown a list of 17 save options. 18\end{itemize} 19\note{When you have not changed the file the Text Editor will quit immediately.} 20 21\begin{btnmap} 22 \ActionStdOk 23 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk} 24 & Edit Line / Select Character\\ 25 26 \ActionStdCancel 27 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel} 28 & Exit / Abort Editing\\ 29 30 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ActionStdContext} 31 \nopt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ActionStdMenu} 32 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdMenu} 33 & Show Item Menu\\ 34 35 \nopt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ 36 \ActionStdContext 37 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext} 38 & Delete Line\\ 39 } 40\end{btnmap} 41