mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fuze+'s manual: change ugly \ButtonPlayPause
Following a discution on irc we agreed on that: - \ButtonPlayPause becomes \ButtonPlay for consistency - It appeas in the manual as Play unstead of Play/Pause - updated manual images accordingly The patch was tested: manual still compile and display keymaps correctly Change-Id: I04bd3c2bfee1c6c40ab66df9bf33f09f4ed47661 Reviewed-on: http://gerrit.rockbox.org/118 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
This commit is contained in:
parent
f9bf62e3ad
commit
5f2fb4ab90
5 changed files with 15 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
|||
\newcommand{\ButtonDown}{\btnfnt{Down}}
|
||||
|
||||
\newcommand{\ButtonBack}{\btnfnt{Back}}
|
||||
\newcommand{\ButtonPlayPause}{\btnfnt{Play/Pause}}
|
||||
\newcommand{\ButtonPlay}{\btnfnt{Play}}
|
||||
\newcommand{\ButtonSelect}{\btnfnt{Select}}
|
||||
\newcommand{\ButtonBottomLeft}{\btnfnt{Bottom-Left}}
|
||||
\newcommand{\ButtonBottomRight}{\btnfnt{Bottom-Right}}
|
||||
|
@ -30,8 +30,8 @@
|
|||
\newcommand{\ActionQuickScreenExit}{Any corner keys or \ButtonSelect}
|
||||
|
||||
%Button actions, wps context
|
||||
\newcommand{\ActionWpsPlay}{\ButtonPlayPause}
|
||||
\newcommand{\ActionWpsStop}{Long \ButtonPlayPause}
|
||||
\newcommand{\ActionWpsPlay}{\ButtonPlay}
|
||||
\newcommand{\ActionWpsStop}{Long \ButtonPlay}
|
||||
|
||||
\newcommand{\ActionWpsContext}{Long \ButtonSelect}
|
||||
|
||||
|
@ -57,8 +57,8 @@
|
|||
\newcommand{\ActionWpsAbReset}{\fixme{tbd}}
|
||||
|
||||
%Button actions, tree context
|
||||
\newcommand{\ActionTreeWps}{\ButtonPlayPause}
|
||||
\newcommand{\ActionTreeStop}{Long \ButtonPlayPause}
|
||||
\newcommand{\ActionTreeWps}{\ButtonPlay}
|
||||
\newcommand{\ActionTreeStop}{Long \ButtonPlay}
|
||||
|
||||
\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
|
||||
\newcommand{\ActionTreeParentDirectory}{\ButtonBack}
|
||||
|
@ -89,7 +89,7 @@
|
|||
|
||||
\newcommand{\ActionKbdBackSpace}{\ButtonBack}
|
||||
|
||||
\newcommand{\ActionKbdSelect}{\ButtonPlayPause}
|
||||
\newcommand{\ActionKbdSelect}{\ButtonPlay}
|
||||
\newcommand{\ActionKbdDone}{Long \ButtonSelect}
|
||||
\newcommand{\ActionKbdAbort}{\ButtonPower}
|
||||
|
||||
|
@ -108,10 +108,10 @@
|
|||
\newcommand{\ActionPsToggleMode}{\ButtonBottomRight}
|
||||
|
||||
\newcommand{\ActionPsReset}{\ButtonSelect}
|
||||
\newcommand{\ActionPsExit}{\ButtonBack{} or \ButtonPlayPause}
|
||||
\newcommand{\ActionPsExit}{\ButtonBack{} or \ButtonPlay}
|
||||
|
||||
%Button actions, Recording screen context
|
||||
\newcommand{\ActionRecPause}{\ButtonPlayPause}
|
||||
\newcommand{\ActionRecPause}{\ButtonPlay}
|
||||
\newcommand{\ActionRecExit}{\ButtonBack}
|
||||
\newcommand{\ActionRecNewfile}{\ButtonBottomRight}
|
||||
\newcommand{\ActionRecMenu}{\fixme{tbd}}
|
||||
|
@ -124,8 +124,8 @@
|
|||
\newcommand{\ActionFMMenu}{\fixme{tbd}}
|
||||
|
||||
\newcommand{\ActionFMPreset}{\ButtonBottomRight}
|
||||
\newcommand{\ActionFMPlay}{\ButtonPlayPause}
|
||||
\newcommand{\ActionFMStop}{Long \ButtonPlayPause}
|
||||
\newcommand{\ActionFMPlay}{\ButtonPlay}
|
||||
\newcommand{\ActionFMStop}{Long \ButtonPlay}
|
||||
\newcommand{\ActionFMMode}{\ButtonBottomLeft}
|
||||
\newcommand{\ActionFMExit}{\ButtonBack}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue