diff options
| author | Alex Parker <rockbox@aeparker.com> | 2009-06-28 18:02:04 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2009-06-28 18:02:04 +0000 |
| commit | 41ff287e07d555f5f667812003dcf2f8fd86eec3 (patch) | |
| tree | b093babb95238be7961dc8123ba9a22699c5317c /manual/plugins/nim.tex | |
| parent | 7df759c95107bc8e5f9a6ba17f77114fa9d80357 (diff) | |
| download | rockbox-41ff287e07d555f5f667812003dcf2f8fd86eec3.zip rockbox-41ff287e07d555f5f667812003dcf2f8fd86eec3.tar.gz rockbox-41ff287e07d555f5f667812003dcf2f8fd86eec3.tar.bz2 rockbox-41ff287e07d555f5f667812003dcf2f8fd86eec3.tar.xz | |
Add remote keymapping to the manual for the iriver H100. Plugins have not yet been done and currently just have a blank column. Most plugins only quit via the remote anyway at this point. Please notify of any errors/omissions (I'm sure there are some).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21547 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/nim.tex')
| -rw-r--r-- | manual/plugins/nim.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/nim.tex b/manual/plugins/nim.tex index ce07861..94d6423 100644 --- a/manual/plugins/nim.tex +++ b/manual/plugins/nim.tex @@ -8,10 +8,10 @@ last match loses. You can take up to twice as many matches as the \begin{table} \begin{btnmap}{}{} -\ButtonLeft & Decrease the number of matches \\ -\ButtonRight & Increase the number of matches \\ -\ButtonPlay & Remove the number of matches you have selected \\ -\ButtonStop & Exit the game \\ +\ButtonLeft \opt{IRIVER_RC_H100_PAD}{&} & Decrease the number of matches \\ +\ButtonRight \opt{IRIVER_RC_H100_PAD}{&} & Increase the number of matches \\ +\ButtonPlay \opt{IRIVER_RC_H100_PAD}{&} & Remove the number of matches you have selected \\ +\ButtonStop \opt{IRIVER_RC_H100_PAD}{&} & Exit the game \\ \end{btnmap} \end{table} |