diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-10-17 10:32:55 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-10-17 10:32:55 +0000 |
commit | fb7edc00675413c660a762a363d0bffef78dc548 (patch) | |
tree | a59a0d4e48f05744faca9666d2f3a65ced606eba /manual/platform/h1xx.tex | |
parent | b109969fcd955da2b0b98f302adf9365aaf91186 (diff) | |
download | rockbox-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.tex | 15 |
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 @@ %Button actions, YesNo context \newcommand{\ActionYesNoAccept}{\ButtonSelect} + +%Button actions, Virtual Keyboard Context +\newcommand{\ActionKbdLeft}{\ButtonLeft} +\newcommand{\ActionKbdRight}{\ButtonRight} +\newcommand{\ActionKbdSelect}{\ButtonSelect} +\newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft} +\newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight} +\newcommand{\ActionKbdPageFlip}{\ButtonMode} +\newcommand{\ActionKbdDone}{\ButtonOn} +\newcommand{\ActionKbdAbort}{\ButtonOff} +\newcommand{\ActionKbdBackSpace}{\ButtonRec} +\newcommand{\ActionKbdMorseInput}{Hold \ButtonDown} +\newcommand{\ActionKbdMorseSelect}{\ButtonSelect} +\newcommand{\ActionKbdUp}{\ButtonUp} +\newcommand{\ActionKbdDown}{\ButtonDown} |