forked from len0rd/rockbox
FS#6594 - Fix ActionStd and ActionWPS buttons in the H10 manual. Also, the H10 has buttons for moving up/down a page in the file browser.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12157 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1d7c1c646d
commit
bad92dc939
2 changed files with 11 additions and 6 deletions
|
|
@ -34,10 +34,10 @@
|
||||||
\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp}
|
\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp}
|
||||||
\newcommand{\ActionStdNext}{\ButtonScrollDown}
|
\newcommand{\ActionStdNext}{\ButtonScrollDown}
|
||||||
\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown}
|
\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown}
|
||||||
\newcommand{\ActionStdCancel}{\ButtonLeft or \ButtonPower}
|
\newcommand{\ActionStdCancel}{\ButtonLeft}
|
||||||
\newcommand{\ActionStdContext}{Long \ButtonFF}
|
\newcommand{\ActionStdContext}{Long \ButtonRight}
|
||||||
\newcommand{\ActionStdQuickScreen}{Long \ButtonRew}
|
\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft}
|
||||||
\newcommand{\ActionStdMenu}{Long \ButtonRew}
|
\newcommand{\ActionStdMenu}{\ButtonPower}
|
||||||
\newcommand{\ActionStdOk}{\ButtonRight}
|
\newcommand{\ActionStdOk}{\ButtonRight}
|
||||||
|
|
||||||
%Button actions, wps context
|
%Button actions, wps context
|
||||||
|
|
@ -52,8 +52,8 @@
|
||||||
\newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
|
\newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
|
||||||
|
|
||||||
\newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft}
|
\newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft}
|
||||||
\newcommand{\ActionWpsMenu}{Long \ButtonRight}
|
\newcommand{\ActionWpsMenu}{\ButtonPower}
|
||||||
\newcommand{\ActionWpsContext}{\ButtonRight}
|
\newcommand{\ActionWpsContext}{Long \ButtonRight}
|
||||||
\newcommand{\ActionWpsBrowse}{\ButtonLeft}
|
\newcommand{\ActionWpsBrowse}{\ButtonLeft}
|
||||||
\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
|
\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
|
||||||
\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
|
\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,11 @@ on the \dap{}.
|
||||||
\ButtonOn+\ButtonUp{}/ \ButtonDown
|
\ButtonOn+\ButtonUp{}/ \ButtonDown
|
||||||
& Move one page up/down in the list.\\
|
& Move one page up/down in the list.\\
|
||||||
}
|
}
|
||||||
|
\opt{IRIVER_H10_PAD}
|
||||||
|
{
|
||||||
|
\ButtonRew{}/ \ButtonFF
|
||||||
|
& Move one page up/down in the list.\\
|
||||||
|
}
|
||||||
%
|
%
|
||||||
\ActionTreeParentDirectory & Go to the parent directory.\\
|
\ActionTreeParentDirectory & Go to the parent directory.\\
|
||||||
%
|
%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue