summaryrefslogtreecommitdiff
path: root/manual/platform/ondiosp.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-02-03 20:55:25 +0000
committerNils Wallménius <nils@rockbox.org>2008-02-03 20:55:25 +0000
commit191ffdc498b6c3ef6a065bd4fa8d7cd1ecfe90b1 (patch)
treef2c4fd619beb0c913be1ebc9caa21f197d2c23e5 /manual/platform/ondiosp.tex
parente400010eda4251b54b9d0923716f844589b3eba9 (diff)
Convert the fmradio section in the mainmenu chapter to use button action macros. Fix FS#8325 wrong buttons in the buttontable for h10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16211 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/ondiosp.tex')
-rw-r--r--manual/platform/ondiosp.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
index b75e9b7720..c07cab2de0 100644
--- a/manual/platform/ondiosp.tex
+++ b/manual/platform/ondiosp.tex
@@ -61,6 +61,15 @@
%Button actions, YesNo context
\newcommand{\ActionYesNoAccept}{\ButtonRight}
+%Button actions, Virtual Keyboard Context
+\newcommand{\ActionKbdLeft}{\ButtonLeft}
+\newcommand{\ActionKbdRight}{\ButtonRight}
+\newcommand{\ActionKbdSelect}{\ButtonMenu}
+\newcommand{\ActionKbdDone}{Long \ButtonMenu}
+\newcommand{\ActionKbdAbort}{\ButtonOff}
+\newcommand{\ActionKbdUp}{\ButtonUp}
+\newcommand{\ActionKbdDown}{\ButtonDown}
+
%Button actions, Setting context
\newcommand{\ActionSettingInc}{\ButtonUp}
\newcommand{\ActionSettingDec}{\ButtonDown}