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 | |
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')
-rw-r--r-- | manual/platform/h10.tex | 9 | ||||
-rw-r--r-- | manual/platform/h10_5gb.tex | 9 | ||||
-rw-r--r-- | manual/platform/h1xx.tex | 15 | ||||
-rw-r--r-- | manual/platform/h300.tex | 15 | ||||
-rw-r--r-- | manual/platform/ipod3g.tex | 9 | ||||
-rw-r--r-- | manual/platform/ipod4g.tex | 10 | ||||
-rw-r--r-- | manual/platform/ipodcolor.tex | 9 | ||||
-rw-r--r-- | manual/platform/ipodmini.tex | 9 | ||||
-rw-r--r-- | manual/platform/ipodnano.tex | 9 | ||||
-rw-r--r-- | manual/platform/ipodvideo.tex | 9 | ||||
-rw-r--r-- | manual/platform/recorder.tex | 13 | ||||
-rw-r--r-- | manual/platform/recorderv2fm.tex | 13 | ||||
-rw-r--r-- | manual/platform/x5.tex | 9 |
13 files changed, 138 insertions, 0 deletions
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 @@ | |||
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} | ||
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} | ||
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} | ||
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index 1a0820551a..0edddac4a4 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex | |||
@@ -65,3 +65,18 @@ | |||
65 | 65 | ||
66 | %Button actions, YesNo context | 66 | %Button actions, YesNo context |
67 | \newcommand{\ActionYesNoAccept}{\ButtonSelect} | 67 | \newcommand{\ActionYesNoAccept}{\ButtonSelect} |
68 | |||
69 | %Button actions, Virtual Keyboard Context | ||
70 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
71 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
72 | \newcommand{\ActionKbdSelect}{\ButtonSelect} | ||
73 | \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft} | ||
74 | \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight} | ||
75 | \newcommand{\ActionKbdPageFlip}{\ButtonMode} | ||
76 | \newcommand{\ActionKbdDone}{\ButtonOn} | ||
77 | \newcommand{\ActionKbdAbort}{\ButtonOff} | ||
78 | \newcommand{\ActionKbdBackSpace}{\ButtonRec} | ||
79 | \newcommand{\ActionKbdMorseInput}{Hold \ButtonDown} | ||
80 | \newcommand{\ActionKbdMorseSelect}{\ButtonSelect} | ||
81 | \newcommand{\ActionKbdUp}{\ButtonUp} | ||
82 | \newcommand{\ActionKbdDown}{\ButtonDown} | ||
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex index 09ef4d1cb0..da1262fea8 100644 --- a/manual/platform/ipod3g.tex +++ b/manual/platform/ipod3g.tex | |||
@@ -56,3 +56,12 @@ | |||
56 | 56 | ||
57 | %Button actions, YesNo context | 57 | %Button actions, YesNo context |
58 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} | 58 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
59 | |||
60 | %Button actions, Virtual Keyboard Context | ||
61 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
62 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
63 | \newcommand{\ActionKbdSelect}{\ButtonSelect} | ||
64 | \newcommand{\ActionKbdDone}{Hold \ButtonSelect} | ||
65 | \newcommand{\ActionKbdAbort}{\ButtonMenu} | ||
66 | \newcommand{\ActionKbdUp}{\ButtonScrollBack} | ||
67 | \newcommand{\ActionKbdDown}{\ButtonScrollFwd} | ||
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex index 6712eaf3ed..87c88f68cf 100644 --- a/manual/platform/ipod4g.tex +++ b/manual/platform/ipod4g.tex | |||
@@ -56,3 +56,13 @@ | |||
56 | 56 | ||
57 | %Button actions, YesNo context | 57 | %Button actions, YesNo context |
58 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} | 58 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
59 | |||
60 | %Button actions, Virtual Keyboard Context | ||
61 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
62 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
63 | \newcommand{\ActionKbdSelect}{\ButtonSelect} | ||
64 | \newcommand{\ActionKbdDone}{Hold \ButtonSelect} | ||
65 | \newcommand{\ActionKbdAbort}{\ButtonMenu} | ||
66 | \newcommand{\ActionKbdUp}{\ButtonScrollBack} | ||
67 | \newcommand{\ActionKbdDown}{\ButtonScrollFwd} | ||
68 | |||
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex index dee6a38149..168c3d3c62 100644 --- a/manual/platform/ipodcolor.tex +++ b/manual/platform/ipodcolor.tex | |||
@@ -57,3 +57,12 @@ | |||
57 | 57 | ||
58 | %Button actions, YesNo context | 58 | %Button actions, YesNo context |
59 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} | 59 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
60 | |||
61 | %Button actions, Virtual Keyboard Context | ||
62 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
63 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
64 | \newcommand{\ActionKbdSelect}{\ButtonSelect} | ||
65 | \newcommand{\ActionKbdDone}{Hold \ButtonSelect} | ||
66 | \newcommand{\ActionKbdAbort}{\ButtonMenu} | ||
67 | \newcommand{\ActionKbdUp}{\ButtonScrollBack} | ||
68 | \newcommand{\ActionKbdDown}{\ButtonScrollFwd} | ||
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex index 038df0ed91..56e82c1f5e 100644 --- a/manual/platform/ipodmini.tex +++ b/manual/platform/ipodmini.tex | |||
@@ -56,3 +56,12 @@ | |||
56 | 56 | ||
57 | %Button actions, YesNo context | 57 | %Button actions, YesNo context |
58 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} | 58 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
59 | |||
60 | %Button actions, Virtual Keyboard Context | ||
61 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
62 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
63 | \newcommand{\ActionKbdSelect}{\ButtonSelect} | ||
64 | \newcommand{\ActionKbdDone}{Hold \ButtonSelect} | ||
65 | \newcommand{\ActionKbdAbort}{\ButtonMenu} | ||
66 | \newcommand{\ActionKbdUp}{\ButtonScrollBack} | ||
67 | \newcommand{\ActionKbdDown}{\ButtonScrollFwd} | ||
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex index c7e2273f88..87d040727b 100644 --- a/manual/platform/ipodnano.tex +++ b/manual/platform/ipodnano.tex | |||
@@ -57,3 +57,12 @@ | |||
57 | 57 | ||
58 | %Button actions, YesNo context | 58 | %Button actions, YesNo context |
59 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} | 59 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
60 | |||
61 | %Button actions, Virtual Keyboard Context | ||
62 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
63 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
64 | \newcommand{\ActionKbdSelect}{\ButtonSelect} | ||
65 | \newcommand{\ActionKbdDone}{Hold \ButtonSelect} | ||
66 | \newcommand{\ActionKbdAbort}{\ButtonMenu} | ||
67 | \newcommand{\ActionKbdUp}{\ButtonScrollBack} | ||
68 | \newcommand{\ActionKbdDown}{\ButtonScrollFwd} | ||
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex index 3224ff29ac..f885f727c7 100644 --- a/manual/platform/ipodvideo.tex +++ b/manual/platform/ipodvideo.tex | |||
@@ -57,3 +57,12 @@ | |||
57 | 57 | ||
58 | %Button actions, YesNo context | 58 | %Button actions, YesNo context |
59 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} | 59 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
60 | |||
61 | %Button actions, Virtual Keyboard Context | ||
62 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
63 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
64 | \newcommand{\ActionKbdSelect}{\ButtonSelect} | ||
65 | \newcommand{\ActionKbdDone}{Hold \ButtonSelect} | ||
66 | \newcommand{\ActionKbdAbort}{\ButtonMenu} | ||
67 | \newcommand{\ActionKbdUp}{\ButtonScrollBack} | ||
68 | \newcommand{\ActionKbdDown}{\ButtonScrollFwd} | ||
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex index f9587718d0..27058b69c4 100644 --- a/manual/platform/recorder.tex +++ b/manual/platform/recorder.tex | |||
@@ -60,3 +60,16 @@ | |||
60 | 60 | ||
61 | %Button actions, YesNo context | 61 | %Button actions, YesNo context |
62 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} | 62 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
63 | |||
64 | %Button actions, Virtual Keyboard Context | ||
65 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
66 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
67 | \newcommand{\ActionKbdSelect}{\ButtonPlay} | ||
68 | \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft} | ||
69 | \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight} | ||
70 | \newcommand{\ActionKbdPageFlip}{\ButtonFOne} | ||
71 | \newcommand{\ActionKbdDone}{\ButtonFTwo} | ||
72 | \newcommand{\ActionKbdAbort}{\ButtonOff} | ||
73 | \newcommand{\ActionKbdBackSpace}{\ButtonFThree} | ||
74 | \newcommand{\ActionKbdUp}{\ButtonUp} | ||
75 | \newcommand{\ActionKbdDown}{\ButtonDown} | ||
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex index 4dc71abbcd..911a062fcc 100644 --- a/manual/platform/recorderv2fm.tex +++ b/manual/platform/recorderv2fm.tex | |||
@@ -60,3 +60,16 @@ | |||
60 | 60 | ||
61 | %Button actions, YesNo context | 61 | %Button actions, YesNo context |
62 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} | 62 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
63 | |||
64 | %Button actions, Virtual Keyboard Context | ||
65 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
66 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
67 | \newcommand{\ActionKbdSelect}{\ButtonPlay} | ||
68 | \newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft} | ||
69 | \newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight} | ||
70 | \newcommand{\ActionKbdPageFlip}{\ButtonFOne} | ||
71 | \newcommand{\ActionKbdDone}{\ButtonFTwo} | ||
72 | \newcommand{\ActionKbdAbort}{\ButtonOff} | ||
73 | \newcommand{\ActionKbdBackSpace}{\ButtonFThree} | ||
74 | \newcommand{\ActionKbdUp}{\ButtonUp} | ||
75 | \newcommand{\ActionKbdDown}{\ButtonDown} \ No newline at end of file | ||
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex index 71929a6626..ce443da739 100644 --- a/manual/platform/x5.tex +++ b/manual/platform/x5.tex | |||
@@ -60,3 +60,12 @@ | |||
60 | 60 | ||
61 | %Button actions, YesNo context | 61 | %Button actions, YesNo context |
62 | \newcommand{\ActionYesNoAccept}{\ButtonSelect} | 62 | \newcommand{\ActionYesNoAccept}{\ButtonSelect} |
63 | |||
64 | %Button actions, Virtual Keyboard Context | ||
65 | \newcommand{\ActionKbdLeft}{\ButtonLeft} | ||
66 | \newcommand{\ActionKbdRight}{\ButtonRight} | ||
67 | \newcommand{\ActionKbdUp}{\ButtonUp} | ||
68 | \newcommand{\ActionKbdDown}{\ButtonDown} | ||
69 | \newcommand{\ActionKbdSelect}{\ButtonSelect} | ||
70 | \newcommand{\ActionKbdDone}{\ButtonPlay} | ||
71 | \newcommand{\ActionKbdAbort}{\ButtonRec} | ||