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
|
@ -11,14 +11,14 @@ This is a rotating cube screen saver in 3D.
|
|||
\opt{IRIVER_H10_PAD}{\ButtonFF}
|
||||
\opt{GIGABEAT_PAD}{\ButtonA}
|
||||
\opt{MROBE100_PAD}{\ButtonDisplay}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Display at maximum frame rate\\
|
||||
\opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
|
||||
,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
|
||||
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||
\opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Pause\\
|
||||
\opt{PLAYER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
|
||||
\opt{RECORDER_PAD}{\ButtonFThree}
|
||||
|
@ -27,11 +27,11 @@ This is a rotating cube screen saver in 3D.
|
|||
\opt{IAUDIO_X5_PAD}{\ButtonSelect}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonRew}
|
||||
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Cycle draw mode\\
|
||||
\opt{PLAYER_PAD}{\ButtonOn+\ButtonRight{} / \ButtonOn+\ButtonLeft}
|
||||
\nopt{PLAYER_PAD}{\ButtonRight{} / \ButtonLeft}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Select axis to adjust\\
|
||||
\opt{PLAYER_PAD}{\ButtonRight{} / \ButtonLeft}
|
||||
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
|
||||
|
@ -39,7 +39,7 @@ This is a rotating cube screen saver in 3D.
|
|||
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
|
||||
\opt{SANSA_C200_PAD}{\ButtonVolDown{} / \ButtonVolUp}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Change speed/angle (speed can not be changed while paused)\\
|
||||
\opt{PLAYER_PAD}{\ButtonStop}
|
||||
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
|
@ -47,7 +47,7 @@ This is a rotating cube screen saver in 3D.
|
|||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
|
||||
,MROBE100_PAD}{\ButtonPower}
|
||||
\opt{GIGABEAT_S_PAD}{\ButtonBack}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& Quit\\
|
||||
\end{btnmap}
|
||||
\end{table}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue