summaryrefslogtreecommitdiff
path: root/manual/plugins/calendar.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 22:45:01 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 22:45:01 +0000
commit8c177221b31d9b86aa286092ede463a1c5f0a4b4 (patch)
tree885e5749966e3c4e7e29ef86222b299f29a0f4d6 /manual/plugins/calendar.tex
parentc42c971d6c2e466d6a9de971aa759460346dc704 (diff)
downloadrockbox-8c177221b31d9b86aa286092ede463a1c5f0a4b4.tar.gz
rockbox-8c177221b31d9b86aa286092ede463a1c5f0a4b4.zip
Added environment to unify button mapping tables. Adjust plugins to use it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/calendar.tex')
-rw-r--r--manual/plugins/calendar.tex18
1 files changed, 8 insertions, 10 deletions
diff --git a/manual/plugins/calendar.tex b/manual/plugins/calendar.tex
index 11b2a86c0a..a7698782b3 100644
--- a/manual/plugins/calendar.tex
+++ b/manual/plugins/calendar.tex
@@ -11,16 +11,14 @@ This is a small and simple calendar application with memo saving function.
11Dots indicate dates with memos. To add a new memo press PLAY on the 11Dots indicate dates with memos. To add a new memo press PLAY on the
12date. Includes one off, annual, monthly, and weekly memos: 12date. Includes one off, annual, monthly, and weekly memos:
13 13
14\begin{table}[h!] 14\begin{table}
15\begin{tabular}{|c|c|} 15 \begin{btnmap}{}{}
16\hline 16 PLAY & monthly \\
17KEY & ACTION \\\hline 17 LEFT & weekly \\
18PLAY & monthly \\\hline 18 RIGHT & annually \\
19LEFT & weekly \\\hline 19 ON & one off \\
20RIGHT & annually \\\hline 20 STOP & exit \\
21ON & one off \\\hline 21 \end{btnmap}
22STOP & exit \\\hline
23\end{tabular}
24\end{table} 22\end{table}
25 23
26 24