diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-03-27 20:08:06 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-03-27 20:08:06 +0000 |
| commit | 5a6a60145307c30eb3e42088805a0583e4d6de86 (patch) | |
| tree | 4c71d33e0b5c5d0ccc91e0dc1ddccbc3879e1be1 | |
| parent | b2ec13d8f1fc44e8e7076808b57b64365714a6f3 (diff) | |
| download | rockbox-5a6a60145307c30eb3e42088805a0583e4d6de86.zip rockbox-5a6a60145307c30eb3e42088805a0583e4d6de86.tar.gz rockbox-5a6a60145307c30eb3e42088805a0583e4d6de86.tar.bz2 rockbox-5a6a60145307c30eb3e42088805a0583e4d6de86.tar.xz | |
Add some missing action commands to make the manual buildable again. Some buttons are still missing. Fixes FS#8811.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16848 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/h10.tex | 5 | ||||
| -rw-r--r-- | manual/platform/h10_5gb.tex | 5 | ||||
| -rw-r--r-- | manual/platform/ipod4g.tex | 6 | ||||
| -rw-r--r-- | manual/platform/ipodcolor.tex | 6 | ||||
| -rw-r--r-- | manual/platform/ipodnano.tex | 6 | ||||
| -rw-r--r-- | manual/platform/ipodvideo.tex | 6 |
6 files changed, 34 insertions, 0 deletions
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index 0caf8fe..a7a1c63 100644 --- a/manual/platform/h10.tex +++ b/manual/platform/h10.tex @@ -116,3 +116,8 @@ \newcommand{\ActionFMPrev}{\ButtonRew} \newcommand{\ActionFMNext}{\ButtonFF} +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\fixme{fix me}} +\newcommand{\ActionRecExit}{\fixme{fix me}} +\newcommand{\ActionRecMenu}{\fixme{fix me}} + diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index 132c848..c456bfb 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -116,3 +116,8 @@ \newcommand{\ActionFMPrev}{\ButtonRew} \newcommand{\ActionFMNext}{\ButtonFF} +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\fixme{fix me}} +\newcommand{\ActionRecExit}{\fixme{fix me}} +\newcommand{\ActionRecMenu}{\fixme{fix me}} + diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex index a9164f3..991e00e 100644 --- a/manual/platform/ipod4g.tex +++ b/manual/platform/ipod4g.tex @@ -95,3 +95,9 @@ \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonMenu} \newcommand{\ActionPsExit}{\ButtonSelect} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonPlay} +\newcommand{\ActionRecExit}{\ButtonMenu} +\newcommand{\ActionRecMenu}{\fixme{fixme}} + diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex index 07e130f..aa13111 100644 --- a/manual/platform/ipodcolor.tex +++ b/manual/platform/ipodcolor.tex @@ -95,3 +95,9 @@ \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonMenu} \newcommand{\ActionPsExit}{\ButtonSelect} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonPlay} +\newcommand{\ActionRecExit}{\ButtonMenu} +\newcommand{\ActionRecMenu}{\fixme{fixme}} + diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex index fad6f73..15315cb 100644 --- a/manual/platform/ipodnano.tex +++ b/manual/platform/ipodnano.tex @@ -94,3 +94,9 @@ \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonMenu} \newcommand{\ActionPsExit}{\ButtonSelect} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonPlay} +\newcommand{\ActionRecExit}{\ButtonMenu} +\newcommand{\ActionRecMenu}{\fixme{fixme}} + diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex index 8096aec..23dca01 100644 --- a/manual/platform/ipodvideo.tex +++ b/manual/platform/ipodvideo.tex @@ -96,3 +96,9 @@ \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonMenu} \newcommand{\ActionPsExit}{\ButtonSelect} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonPlay} +\newcommand{\ActionRecExit}{\ButtonMenu} +\newcommand{\ActionRecMenu}{\fixme{fixme}} + |