diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2009-11-28 17:12:40 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2009-11-28 17:12:40 +0000 |
commit | c3ca746de4ac62b3fba6f9b6656caf927a63c936 (patch) | |
tree | 0d4729cd94a6306ac8dcf2ee7f43f0d01397ce4a /manual | |
parent | c2617dc4ed76eceaefd4ca39c0159498eb5e9762 (diff) |
Manual: find a nicer solution for the problem that lead to r23772. Using \newline gives a linebreak inside of the cell - it's not necessary to start a new row and put 2 or 3 (in case of remote targets) in front of it. Simpler code, less error-prone and the lines with alternating colours in the PDF button tables look more suitable. Also rearrange the rest of the affected row's code to make it more readable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23777 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/main_menu/recording_screen.tex | 47 |
1 files changed, 27 insertions, 20 deletions
diff --git a/manual/main_menu/recording_screen.tex b/manual/main_menu/recording_screen.tex index 5d661a28a0..9c20b0a6ae 100644 --- a/manual/main_menu/recording_screen.tex +++ b/manual/main_menu/recording_screen.tex @@ -38,28 +38,35 @@ The controls for this screen are: \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecSettingsDec{} / \ActionRecSettingsInc} & Adjust selected setting.\\ % - \ActionRecPause - \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecPause} - & Start Recording.\\ - & \opt{HAVEREMOTEKEYMAP}{&} - While recording: pause recording (press again to - continue).\\ + \ActionRecPause + & + \opt{HAVEREMOTEKEYMAP}{ + \ActionRCRecPause + &} + Start Recording.\newline + While recording: pause recording (press again to continue). + \\ % - \ActionRecExit - \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecExit} - & Exit \setting{Recording Screen}.\\ - & \opt{HAVEREMOTEKEYMAP}{&} - While recording: Stop recording.\\ + \ActionRecExit + & + \opt{HAVEREMOTEKEYMAP}{ + \ActionRCRecExit + &} + Exit \setting{Recording Screen}.\newline + While recording: Stop recording. + \\ % - \opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,% - SANSA_E200_PAD,IPOD_4G_PAD,SANSA_C200_PAD}{ - \ActionRecNewfile - \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecNewfile} - & Start Recording.\\ - & \opt{HAVEREMOTEKEYMAP}{&} - While recording: close the current file and open - a new one.\\ - } + \opt{IRIVER_H10_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% + ,SANSA_E200_PAD,IPOD_4G_PAD,SANSA_C200_PAD}{ + \ActionRecNewfile + & + \opt{HAVEREMOTEKEYMAP}{ + \ActionRCRecNewfile + &} + Start Recording.\newline + While recording: close the current file and open a new one. + \\ + } % \ActionRecMenu \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecMenu} |