summaryrefslogtreecommitdiff
path: root/manual/platform/h10_5gb.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-10-17 10:32:55 +0000
committerMartin Arver <martin.arver@gmail.com>2006-10-17 10:32:55 +0000
commitfb7edc00675413c660a762a363d0bffef78dc548 (patch)
treea59a0d4e48f05744faca9666d2f3a65ced606eba /manual/platform/h10_5gb.tex
parentb109969fcd955da2b0b98f302adf9365aaf91186 (diff)
downloadrockbox-fb7edc00675413c660a762a363d0bffef78dc548.tar.gz
rockbox-fb7edc00675413c660a762a363d0bffef78dc548.zip
Add Action codes for the virtual keyboard. This makes the vt kb table be included in the h10 manuals.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11243 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/h10_5gb.tex')
-rw-r--r--manual/platform/h10_5gb.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index c9a06a1e1f..36fd2cec42 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -61,3 +61,12 @@
61 61
62%Button actions, YesNo context 62%Button actions, YesNo context
63\newcommand{\ActionYesNoAccept}{\ButtonRight} 63\newcommand{\ActionYesNoAccept}{\ButtonRight}
64
65%Button actions, Virtual Keyboard Context
66\newcommand{\ActionKbdLeft}{\ButtonLeft}
67\newcommand{\ActionKbdRight}{\ButtonRight}
68\newcommand{\ActionKbdSelect}{\ButtonRew}
69\newcommand{\ActionKbdDone}{\ButtonPlay}
70\newcommand{\ActionKbdAbort}{\ButtonFF}
71\newcommand{\ActionKbdUp}{\ButtonScrollUp}
72\newcommand{\ActionKbdDown}{\ButtonScrollDown}