summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJean-Louis Biasini <jlbiasini@gmail.com>2012-02-09 14:18:46 +0100
committerThomas Martitz <kugel@rockbox.org>2012-02-22 09:15:50 +0100
commitd8fd988cf2f18d900accecc5f07f12ec71c48e73 (patch)
treeef161bcfb6c5fe61e8fde5c8a32f576da77da71d /manual
parent164cb21fe5964a8bc3a78f9acbccea0ab7295ccf (diff)
downloadrockbox-d8fd988cf2f18d900accecc5f07f12ec71c48e73.tar.gz
rockbox-d8fd988cf2f18d900accecc5f07f12ec71c48e73.zip
stats's plugin PLA integration (main code + manual)
1) this patch replace all keymaps with PLA ones. It also clean some optionnal compiling that are not needed anymore througt PLA 2) the patch also made required change to the manual in order to match code's change. 3) it also add an alternative exit button (PLA_EXIT or PLA_CANCEL) TO TEST: I'm not sure if remote control works anymore and cannot test it. I'm not sure about the way PLA handle those so if that doesn't work let me know ;) Change-Id: I3fb81e75ef6e4d49e19be24f09c0413599ed0c9c Reviewed-on: http://gerrit.rockbox.org/90 Tested-by: Thomas Martitz <kugel@rockbox.org> Reviewed-by: Thomas Martitz <kugel@rockbox.org>
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/stats.tex14
1 files changed, 3 insertions, 11 deletions
diff --git a/manual/plugins/stats.tex b/manual/plugins/stats.tex
index db3ba74738..b4fa59bf99 100644
--- a/manual/plugins/stats.tex
+++ b/manual/plugins/stats.tex
@@ -5,14 +5,6 @@ The stats plugin counts the directories and files%
5\nopt{archosplayer}{ (the total number as well as the number 5\nopt{archosplayer}{ (the total number as well as the number
6of audio, playlist, image and video files) }% 6of audio, playlist, image and video files) }%
7on your \dap{}. 7on your \dap{}.
8Press % 8Press \PluginCancel{} or \PluginExit{} to abort counting and
9\opt{PLAYER_PAD}{\ButtonStop}% 9exit the plugin. Press it again to quit after counting has
10\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}% 10finished.
11\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}%
12\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
13 ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}%
14\opt{SANSA_FUZE_PAD}{\ButtonHome}%
15\opt{PBELL_VIBE500_PAD}{\ButtonRec}%
16\opt{GIGABEAT_S_PAD}{\ButtonBack} %
17to abort counting and exit the plugin. Press it again to quit after counting
18has finished.