forked from len0rd/rockbox
Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all
manuals with HAVEREMOTEKEYMAP defined to build, regardless of whether tables have been edited for the specific remote keymap. The actual button can be added inside this opt. Change many IRIVER_RC_H100_PAD opts to the generic HAVEREMOTEKEYMAP git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21997 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
308522b60e
commit
8d194f08d7
60 changed files with 460 additions and 406 deletions
|
|
@ -53,7 +53,9 @@ the \setting{Show Files} setting to all.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}
|
||||
{
|
||||
\ButtonOn+\ButtonUp{}/ \ButtonDown
|
||||
\opt{IRIVER_RC_H100_PAD}{& \ButtonRCSource{}/ \ButtonRCBitrate}
|
||||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCSource{}/ \ButtonRCBitrate}
|
||||
}
|
||||
& Move one page up/down in the list.\\
|
||||
}
|
||||
\opt{IRIVER_H10_PAD}
|
||||
|
|
@ -248,20 +250,29 @@ can be easily changed by making a text file with the required layout. More
|
|||
\textbf{Picker area}
|
||||
\begin{table}
|
||||
\begin{btnmap}{}{}
|
||||
\ActionKbdUp/\ActionKbdDown & Move about the virtual keyboard.
|
||||
\ActionKbdUp/\ActionKbdDown
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Move about the virtual keyboard.
|
||||
If you move out of the picker area, you get to the \emph{Line edit mode}. \\
|
||||
\ActionKbdLeft/\ActionKbdRight & (moves the solid cursor). \\
|
||||
\ActionKbdLeft/\ActionKbdRight
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& (moves the solid cursor). \\
|
||||
\ActionKbdSelect
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Inserts the currently selected keyboard letter at the current
|
||||
filename cursor position \\
|
||||
\ActionKbdDone
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Exits the virtual keyboard and saves any changes \\
|
||||
\ActionKbdAbort
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Exits the virtual keyboard without saving any changes\\
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{
|
||||
\ActionKbdMorseInput
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Enters Morse input mode \\
|
||||
\ActionKbdMorseSelect
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Tap to select a character in Morse input mode \\
|
||||
}
|
||||
\end{btnmap}
|
||||
|
|
@ -269,9 +280,15 @@ can be easily changed by making a text file with the required layout. More
|
|||
\textbf{Line edit mode}
|
||||
\begin{table}
|
||||
\begin{btnmap}{}{}
|
||||
\ActionKbdLeft/\ActionKbdRight & Move left and right\\
|
||||
\ActionKbdSelect & Deletes the letter to the left of the cursor\\
|
||||
\ActionKbdUp/\ActionKbdDown & Returns to the picker area\\
|
||||
\ActionKbdLeft/\ActionKbdRight
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Move left and right\\
|
||||
\ActionKbdSelect
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Deletes the letter to the left of the cursor\\
|
||||
\ActionKbdUp/\ActionKbdDown
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Returns to the picker area\\
|
||||
\end{btnmap}
|
||||
\end{table}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -435,7 +435,9 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
|
|||
{Long \ButtonOn}%
|
||||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS}
|
||||
{\ButtonPower}%
|
||||
\opt{IRIVER_RC_H100_PAD}{& \ButtonRCOn}%
|
||||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{\ButtonRCOn}%
|
||||
}
|
||||
& Start Rockbox\\
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}%
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}%
|
||||
|
|
@ -444,7 +446,9 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
|
|||
\opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}%
|
||||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS}%
|
||||
{Long \ButtonPower}%
|
||||
\opt{IRIVER_RC_H100_PAD}{& Long \ButtonRCStop}%
|
||||
\opt{HAVEREMOTEKEYMAP}{&
|
||||
\opt{IRIVER_RC_H100_PAD}{Long \ButtonRCStop}%
|
||||
}
|
||||
& Shutdown Rockbox\\
|
||||
\end{btnmap}
|
||||
\end{table}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue