diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-01-05 22:07:24 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-01-05 22:07:24 +0000 |
commit | 3400632f5eeb53f688b910313d24312762075c6a (patch) | |
tree | 9531ba2c78926ce3d30d4721e5217c0d988167ab /manual | |
parent | 84e925ad8fd63eab6cadae85f1527d6506e65197 (diff) | |
download | rockbox-3400632f5eeb53f688b910313d24312762075c6a.tar.gz rockbox-3400632f5eeb53f688b910313d24312762075c6a.zip |
Fix two missing buttons and add a fixme note to make the Sansa manual buildable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11925 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform/e200.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index 3805706da8..3be89c8c51 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -64,8 +64,8 @@ %Button actions, tree context \newcommand{\ActionTreeWps}{\ButtonUp} \newcommand{\ActionTreeStop}{Long \ButtonUp} -%\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} -%\newcommand{\ActionTreeParentDirectory}{\ButtonLeft} +\newcommand{\ActionTreeEnter}{\ButtonSelect} +\newcommand{\ActionTreeParentDirectory}{\ButtonLeft} %Button actions, YesNo context \newcommand{\ActionYesNoAccept}{\ButtonSelect} @@ -84,7 +84,7 @@ \newcommand{\ActionKbdPageFlip}{\ButtonRec{} + \ButtonSelect} %Button actions, Pitch Screen context -%\newcommand{\ActionPsToggleMode}{\ButtonPlay} +\newcommand{\ActionPsToggleMode}{{\color{red}{none yet!}}} \newcommand{\ActionPsIncSmall}{\ButtonUp} \newcommand{\ActionPsIncBig}{Long \ButtonUp} \newcommand{\ActionPsDecSmall}{\ButtonDown} |