From da2c1ed4d6a9504792c656c6bd37db4fda1378c3 Mon Sep 17 00:00:00 2001 From: bluebrother Date: Thu, 27 Mar 2008 20:08:06 +0000 Subject: [PATCH] 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 --- manual/platform/h10.tex | 5 +++++ manual/platform/h10_5gb.tex | 5 +++++ manual/platform/ipod4g.tex | 6 ++++++ manual/platform/ipodcolor.tex | 6 ++++++ manual/platform/ipodnano.tex | 6 ++++++ manual/platform/ipodvideo.tex | 6 ++++++ 6 files changed, 34 insertions(+) diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index 0caf8fe57..a7a1c63f6 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 132c84865..c456bfb21 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 a9164f3dc..991e00e5e 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 07e130fd8..aa1311175 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 fad6f7302..15315cb62 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 8096aec18..23dca0178 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}} + -- 2.11.4.GIT