diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-08-16 15:16:15 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-08-16 15:16:15 +0000 |
commit | 0e07eff13f50f2a428e7380213d6377498ca7557 (patch) | |
tree | d54d6fc35fcb24b6175ae81cd34ccdc725e57e5a /manual/platform/ondiofm.tex | |
parent | f7db043fbc4f31f65f34601b39ba05a9e5e53a39 (diff) |
Add action maps for the standard and wps contexts. Add an option for HAVE_LCD_REMOTE as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10615 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/ondiofm.tex')
-rw-r--r-- | manual/platform/ondiofm.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex index 362e58335a..f9ef7ca435 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex @@ -27,3 +27,25 @@ \newcommand{\ButtonUp}{Up} \newcommand{\ButtonDown}{Down} \newcommand{\ButtonMenu}{Mode} + +%Button actions, standard context +\newcommand{\ActionStdPrev}{\ButtonUp} +\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp} +\newcommand{\ActionStdNext}{\ButtonDown} +\newcommand{\ActionStdNextRepeat}{Long \ButtonDown} +\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff} +\newcommand{\ActionStdContext}{Long \ButtonRight} +\newcommand{\ActionStdMenu}{Long \ButtonMenu} +\newcommand{\ActionStdOk}{\ButtonRight} + +%Button actions, wps context +\newcommand{\ActionWpsPlay}{\ButtonOff} +\newcommand{\ActionWpsSkipNext}{\ButtonRight} +\newcommand{\ActionWpsSkipPrev}{\ButtonLeft} +\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} +\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} +\newcommand{\ActionWpsStop}{Long \ButtonOff} +\newcommand{\ActionWpsVolDown}{\ButtonDown} +\newcommand{\ActionWpsVolUp}{\ButtonUp} +\newcommand{\ActionWpsContext}{Long \ButtonMenu} +\newcommand{\ActionWpsBrowse}{\ButtonMenu} |