summaryrefslogtreecommitdiffstats
path: root/manual/plugins/pitch_detector.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-05-29 15:23:22 +0000
committerAlex Parker <rockbox@aeparker.com>2010-05-29 15:23:22 +0000
commitb7330ca2956293eca39287d6b95db46fd1907b55 (patch)
treeb857d4adba0e588fefce3a0e3ca86b64b4d7a3e2 /manual/plugins/pitch_detector.tex
parent64eba682b06b01a1cffcc1605f5a4811c6997a56 (diff)
downloadrockbox-b7330ca2956293eca39287d6b95db46fd1907b55.tar.gz
rockbox-b7330ca2956293eca39287d6b95db46fd1907b55.zip
Correct manual keymaps for plugins recently converted to PLA, and use manual PLA defines for them.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26380 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/pitch_detector.tex')
-rw-r--r--manual/plugins/pitch_detector.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/plugins/pitch_detector.tex b/manual/plugins/pitch_detector.tex
index 8174e57a4a..0b9363cf6c 100644
--- a/manual/plugins/pitch_detector.tex
+++ b/manual/plugins/pitch_detector.tex
@@ -6,3 +6,13 @@ With the Pitch Detector, you can play a note on a musical instrument,
and the plugin will tell you what note it is (e.g. A, A\#, B, etc.) The
frequency will also be displayed. This may be a great assistance when
tuning a musical instrument.
+
+\begin{btnmap}
+ \PluginCancel
+ \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
+ & Open menu\\
+
+ \PluginExit
+ \opt{HAVEREMOTEKEYMAP}{& }
+ & Exit\\
+\end{btnmap} \ No newline at end of file