1
0
Fork 0
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:
Alex Parker 2009-07-22 18:08:51 +00:00
parent 308522b60e
commit 8d194f08d7
60 changed files with 460 additions and 406 deletions

View file

@ -21,13 +21,13 @@ information about the level format, see
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, }%
\opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown, }%
\ButtonLeft, \ButtonRight
\opt{IRIVER_RC_H100_PAD}{&}
\opt{HAVEREMOTEKEYMAP}{& }
& Move the ``sokoban'' up, down, left, or right\\
\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
\opt{GIGABEAT_S_PAD}{\ButtonMenu}
\opt{IRIVER_RC_H100_PAD}{&}
\opt{HAVEREMOTEKEYMAP}{& }
& Menu \\
\nopt{IAUDIO_X5_PAD}{
\opt{RECORDER_PAD,ARCHOS_AV300_PAD}{\ButtonFOne}
@ -39,7 +39,7 @@ information about the level format, see
\opt{MROBE10_PAD}{\ButtonDisplay}
\opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonDown}
\opt{GIGABEAT_S_PAD}{\ButtonPrev}
\opt{IRIVER_RC_H100_PAD}{&}
\opt{HAVEREMOTEKEYMAP}{& }
& Back to previous level \\
}
\nopt{IPOD_4G_PAD,IPOD_3G_PAD}{
@ -51,7 +51,7 @@ information about the level format, see
\opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonRight}
\opt{GIGABEAT_S_PAD}{\ButtonPlay}
\opt{IRIVER_RC_H100_PAD}{&}
\opt{HAVEREMOTEKEYMAP}{& }
& Restart level \\
}
\nopt{IAUDIO_X5_PAD}{
@ -64,7 +64,7 @@ information about the level format, see
\opt{GIGABEAT_S_PAD}{\ButtonNext}
\opt{MROBE100_PAD}{\ButtonPlay}
\opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonUp}
\opt{IRIVER_RC_H100_PAD}{&}
\opt{HAVEREMOTEKEYMAP}{& }
& Go to next level \\
}
\opt{RECORDER_PAD,ARCHOS_AV300_PAD}{\ButtonOn}
@ -73,8 +73,9 @@ information about the level format, see
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{IRIVER_RC_H100_PAD}{&}
\opt{HAVEREMOTEKEYMAP}{& }
& Undo last movement \\
\opt{RECORDER_PAD,ARCHOS_AV300_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
@ -84,7 +85,7 @@ information about the level format, see
\opt{GIGABEAT_S_PAD}{\ButtonVolDown}
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
\opt{IRIVER_RC_H100_PAD}{&}
\opt{HAVEREMOTEKEYMAP}{& }
& Redo previously undone move \\
\hline
\multicolumn{2}{c}{\textbf{Solution playback}} \\
@ -94,23 +95,23 @@ information about the level format, see
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
\opt{IRIVER_RC_H100_PAD}{&}
\opt{HAVEREMOTEKEYMAP}{& }
& Pause/resume \\
\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}
{\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{IRIVER_RC_H100_PAD}{&}
\opt{HAVEREMOTEKEYMAP}{& }
& Increase/decrease playback speed \\
\ButtonLeft/\ButtonRight
\opt{IRIVER_RC_H100_PAD}{&}
\opt{HAVEREMOTEKEYMAP}{& }
& Go backward/forward (while paused) \\
\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
\opt{GIGABEAT_S_PAD}{\ButtonMenu}
\opt{IRIVER_RC_H100_PAD}{&}%
\opt{HAVEREMOTEKEYMAP}{& }
& Quit \\
\end{btnmap}
\end{table}