diff options
author | Nils Wallménius <nils@rockbox.org> | 2006-12-04 20:55:03 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2006-12-04 20:55:03 +0000 |
commit | 74369b4a7b1b91371dc90905dc26e54b919d81a4 (patch) | |
tree | 9ece5b80288863af4b72c52215c9bdfc383bef03 /manual/platform/h10_5gb.tex | |
parent | 148c553023a7172562bce4eb3152a13bdb37ca83 (diff) | |
download | rockbox-74369b4a7b1b91371dc90905dc26e54b919d81a4.tar.gz rockbox-74369b4a7b1b91371dc90905dc26e54b919d81a4.zip |
Made virtual keyboard description a bit more general, added actions to the file browser controls and corrected some keys, minor tweaks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11658 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/h10_5gb.tex')
-rw-r--r-- | manual/platform/h10_5gb.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index 1c3e99f228..c2aa6589ab 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -29,7 +29,6 @@ \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}} \newcommand{\ButtonPower}{\btnfnt{Power}} - %Button actions, standard context \newcommand{\ActionStdPrev}{\ButtonScrollUp} \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp} @@ -59,6 +58,12 @@ \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} \newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} +%Button actions, tree context +\newcommand{\ActionTreeWps}{\ButtonPlay} +\newcommand{\ActionTreeStop}{Long \ButtonPlay} +\newcommand{\ActionTreeEnter}{\ButtonRight} +\newcommand{\ActionTreeParentDirectory}{\ButtonLeft} + %Button actions, YesNo context \newcommand{\ActionYesNoAccept}{\ButtonRight} @@ -80,4 +85,4 @@ \newcommand{\ActionPsNudgeLeft}{\ButtonRew} \newcommand{\ActionPsNudgeRight}{\ButtonFF} \newcommand{\ActionPsReset}{\ButtonPlay} -\newcommand{\ActionPsExit}{\ButtonLeft}
\ No newline at end of file +\newcommand{\ActionPsExit}{\ButtonLeft} |