From 49910eca4b400c817d1a6b65a53348280374927a Mon Sep 17 00:00:00 2001 From: JJ Style Date: Mon, 11 Sep 2023 23:57:21 +0100 Subject: Implement dart scorer plugin application. Edit: - Add name to credits - Add entry in manual Change-Id: I0e0b062e001ae9134db3ee6e4fba21e93ddd04ee --- manual/plugins/dart_scorer.tex | 17 +++++++++++++++++ manual/plugins/main.tex | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 manual/plugins/dart_scorer.tex (limited to 'manual') diff --git a/manual/plugins/dart_scorer.tex b/manual/plugins/dart_scorer.tex new file mode 100644 index 0000000000..aab46894c6 --- /dev/null +++ b/manual/plugins/dart_scorer.tex @@ -0,0 +1,17 @@ +\subsection{Dart Scorer} + +The dart scorer plugin allows scoring a game of darts (301/501) for two players. It supports modifiers for double/triple hits, bullseye, undo, and game saving and resuming. + +\begin{btnmap} + \PluginUp, \PluginDown, \PluginLeft, \PluginRight + \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight} + & Move cursor\\ + + \PluginSelect + & Select button under cursor\\ + + \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginCancel} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect} + \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel} + & Go to menu\\ +\end{btnmap} diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 24fe2b75ee..4725818029 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -246,6 +246,8 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} \opt{rtc}{\input{plugins/clock.tex}} +\input{plugins/dart_scorer.tex} + \input{plugins/dict.tex} \input{plugins/disktidy.tex} -- cgit v1.2.3