Manual - lrcplayer.tex: correctly 'close' two \Action macros so that the following space is not eaten.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29074 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed0c5b3c45
commit
4d46f4ddff
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ same order as in that list.
|
|||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPlay}
|
||||
& Toggle play/pause.\\
|
||||
%
|
||||
\ActionWpsStop \nopt{ONDIO_PAD}{or \ActionWpsBrowse}
|
||||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop or \ActionRCWpsBrowse}
|
||||
\ActionWpsStop{}\nopt{ONDIO_PAD}{ or \ActionWpsBrowse}
|
||||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop{} or \ActionRCWpsBrowse}
|
||||
& Exit the plugin.\\
|
||||
%
|
||||
\ActionWpsContext
|
||||
|
|
Loading…
Reference in a new issue