Ondio FM: Switch long & short OFF in the FM screen to make it consistent with the WPS.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18100 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-07-20 12:57:32 +00:00
parent 4fc57f02b0
commit 9656ea6dae
2 changed files with 4 additions and 4 deletions

View file

@ -169,8 +169,8 @@ static const struct button_mapping button_context_radio[] = {
{ ACTION_FM_MENU, BUTTON_MENU | BUTTON_REPEAT, BUTTON_NONE },
{ ACTION_FM_RECORD_DBLPRE, BUTTON_MENU, BUTTON_NONE},
{ ACTION_FM_RECORD, BUTTON_MENU | BUTTON_REL, BUTTON_NONE },
{ ACTION_FM_STOP, BUTTON_OFF | BUTTON_REL, BUTTON_OFF },
{ ACTION_FM_EXIT, BUTTON_OFF | BUTTON_REPEAT, BUTTON_OFF },
{ ACTION_FM_STOP, BUTTON_OFF | BUTTON_REPEAT, BUTTON_OFF },
{ ACTION_FM_EXIT, BUTTON_OFF | BUTTON_REL, BUTTON_OFF },
{ ACTION_STD_PREV, BUTTON_LEFT, BUTTON_NONE },
{ ACTION_STD_PREVREPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
{ ACTION_STD_NEXT, BUTTON_RIGHT, BUTTON_NONE },

View file

@ -95,8 +95,8 @@
%Button actions, FM radio context
\newcommand{\ActionFMMenu}{Long \ButtonMenu}
\newcommand{\ActionFMStop}{\ButtonOff}
\newcommand{\ActionFMExit}{Long \ButtonOff}
\newcommand{\ActionFMStop}{Long \ButtonOff}
\newcommand{\ActionFMExit}{\ButtonOff}
\newcommand{\ActionFMSettingsInc}{\ButtonUp}
\newcommand{\ActionFMSettingsDec}{\ButtonDown}
\newcommand{\ActionFMPrev}{\ButtonLeft}