summaryrefslogtreecommitdiff
path: root/manual/platform/h1xx.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/h1xx.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/h1xx.tex')
-rw-r--r--manual/platform/h1xx.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index a3de98ca19..ca3897e32d 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -63,3 +63,18 @@
63 63
64%Button actions, YesNo context 64%Button actions, YesNo context
65\newcommand{\ActionYesNoAccept}{\ButtonSelect} 65\newcommand{\ActionYesNoAccept}{\ButtonSelect}
66
67%Button actions, Virtual Keyboard Context
68\newcommand{\ActionKbdLeft}{\ButtonLeft}
69\newcommand{\ActionKbdRight}{\ButtonRight}
70\newcommand{\ActionKbdSelect}{\ButtonSelect}
71\newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
72\newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
73\newcommand{\ActionKbdPageFlip}{\ButtonMode}
74\newcommand{\ActionKbdDone}{\ButtonOn}
75\newcommand{\ActionKbdAbort}{\ButtonOff}
76\newcommand{\ActionKbdBackSpace}{\ButtonRec}
77\newcommand{\ActionKbdMorseInput}{Hold \ButtonDown}
78\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
79\newcommand{\ActionKbdUp}{\ButtonUp}
80\newcommand{\ActionKbdDown}{\ButtonDown}