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/ipod3g.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/ipod3g.tex')
-rw-r--r-- | manual/platform/ipod3g.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex index 973bbffa25..41ddf846bc 100644 --- a/manual/platform/ipod3g.tex +++ b/manual/platform/ipod3g.tex @@ -54,6 +54,12 @@ \newcommand{\ActionWpsContext}{Long \ButtonSelect} \newcommand{\ActionWpsBrowse}{\ButtonSelect} +%Button actions, tree context +\newcommand{\ActionTreeWps}{\ButtonPlay} +\newcommand{\ActionTreeStop}{Long \ButtonPlay} +\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} +\newcommand{\ActionTreeParentDirectory}{\ButtonLeft} + %Button actions, YesNo context \newcommand{\ActionYesNoAccept}{\ButtonPlay} @@ -76,4 +82,4 @@ \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonMenu} -\newcommand{\ActionPsExit}{\ButtonSelect}
\ No newline at end of file +\newcommand{\ActionPsExit}{\ButtonSelect} |