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
|
@ -33,7 +33,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{MROBE100_PAD}{\ButtonLeft, \ButtonRight}
|
||||
\opt{SANSA_C200_PAD}{\ButtonLeft, \ButtonRight}
|
||||
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& to move around\\
|
||||
|
||||
\opt{RECORDER_PAD}{\ButtonOn}
|
||||
|
@ -47,7 +47,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{GIGABEAT_S_PAD}{\ButtonSelect}
|
||||
\opt{MROBE100_PAD}{\ButtonSelect}
|
||||
\opt{SANSA_C200_PAD}{\ButtonSelect}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& to select/save\\
|
||||
|
||||
\opt{RECORDER_PAD}{\ButtonFTwo}
|
||||
|
@ -61,7 +61,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{GIGABEAT_S_PAD}{\ButtonMenu}
|
||||
\opt{MROBE100_PAD}{\ButtonPlay}
|
||||
\opt{SANSA_C200_PAD}{\ButtonRec}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& to restart level\\
|
||||
|
||||
\opt{RECORDER_PAD}{\ButtonFOne}
|
||||
|
@ -75,7 +75,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{GIGABEAT_S_PAD}{\ButtonVolUp}
|
||||
\opt{MROBE100_PAD}{\ButtonMenu}
|
||||
\opt{SANSA_C200_PAD}{\ButtonVolUp}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& to go up a level\\
|
||||
|
||||
\nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IAUDIO_X5_PAD}{
|
||||
|
@ -86,7 +86,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{SANSA_E200_PAD}{\ButtonScrollFwd}
|
||||
\opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
|
||||
\opt{MROBE100_PAD}{\ButtonDisplay}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& to go down a level\\
|
||||
}
|
||||
|
||||
|
@ -101,7 +101,7 @@ block and crosses which allow you to choose a replacement block.
|
|||
\opt{GIGABEAT_S_PAD}{\ButtonBack}
|
||||
\opt{MROBE100_PAD}{\ButtonPower}
|
||||
\opt{SANSA_C200_PAD}{\ButtonPower}
|
||||
\opt{IRIVER_RC_H100_PAD}{&}
|
||||
\opt{HAVEREMOTEKEYMAP}{& }
|
||||
& to quit\\
|
||||
|
||||
\end{btnmap}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue