From fb7edc00675413c660a762a363d0bffef78dc548 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Tue, 17 Oct 2006 10:32:55 +0000 Subject: 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 --- manual/platform/h10.tex | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manual/platform/h10.tex') diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index 2a1fdbe4a7..35daae0b8d 100644 --- a/manual/platform/h10.tex +++ b/manual/platform/h10.tex @@ -61,3 +61,12 @@ %Button actions, YesNo context \newcommand{\ActionYesNoAccept}{\ButtonRight} + +%Button actions, Virtual Keyboard Context +\newcommand{\ActionKbdLeft}{\ButtonLeft} +\newcommand{\ActionKbdRight}{\ButtonRight} +\newcommand{\ActionKbdSelect}{\ButtonRew} +\newcommand{\ActionKbdDone}{\ButtonPlay} +\newcommand{\ActionKbdAbort}{\ButtonFF} +\newcommand{\ActionKbdUp}{\ButtonScrollUp} +\newcommand{\ActionKbdDown}{\ButtonScrollDown} -- cgit v1.2.3