summaryrefslogtreecommitdiff
path: root/manual/plugins/periodic_table.tex
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-09-05 19:45:10 -0400
committerMichael Giacomelli <giac2000@hotmail.com>2014-09-15 00:47:11 +0200
commit2a35c4cad8cb5d9c592715882d57fe78a6f9d163 (patch)
treee01bfd43aacd2876c01d9082e87390227a31cfe1 /manual/plugins/periodic_table.tex
parenta7f23a5d05dcb2c56529bac2fdf1155794a78184 (diff)
downloadrockbox-2a35c4cad8cb5d9c592715882d57fe78a6f9d163.tar.gz
rockbox-2a35c4cad8cb5d9c592715882d57fe78a6f9d163.zip
FS#9583 - periodic table
- original rockbox port: Yifu Huang - original work: Jonathan Bettencourt - modifications made: - PLA-fied - Add element 117 (ununseptium) - Implemented up/down - Fixed actinide/lanthanide navigation so that they are between scandium and titanium - Added manual entry - Fixed FG/BG colors Change-Id: Ibabfb0d28f794689ffcd8b9c360fb969d118de08 Reviewed-on: http://gerrit.rockbox.org/950 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
Diffstat (limited to 'manual/plugins/periodic_table.tex')
-rw-r--r--manual/plugins/periodic_table.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/manual/plugins/periodic_table.tex b/manual/plugins/periodic_table.tex
new file mode 100644
index 0000000000..08e6bf9253
--- /dev/null
+++ b/manual/plugins/periodic_table.tex
@@ -0,0 +1,13 @@
1\subsection{Periodic Table}
2
3The periodic table plugin allows easy browsing and viewing of details of elements, giving a detailed output for each selection. Navigate the table using the directional keys, pressing back or exit exits the plugin.
4
5\begin{btnmap}
6 \PluginUp, \PluginDown, \PluginLeft, \PluginRight
7 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight}
8 & Move cursor\\
9
10 \PluginCancel
11 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
12 & Quit\\
13\end{btnmap}