From 2a35c4cad8cb5d9c592715882d57fe78a6f9d163 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 5 Sep 2014 19:45:10 -0400 Subject: 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 --- manual/plugins/periodic_table.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manual/plugins/periodic_table.tex (limited to 'manual/plugins/periodic_table.tex') 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 @@ +\subsection{Periodic Table} + +The 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. + +\begin{btnmap} + \PluginUp, \PluginDown, \PluginLeft, \PluginRight + \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight} + & Move cursor\\ + + \PluginCancel + \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel} + & Quit\\ +\end{btnmap} -- cgit v1.2.3