summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-03-12 18:12:19 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-03-12 18:12:19 +0000
commit78017a0b3861a3238ac7845f7be95a5e5b981fe4 (patch)
treef1869898f91d6e8dc2e7dd5c89936418f809a31d
parentf5921cface8e889a568ff4a88caa8ed3e1e013da (diff)
downloadrockbox-78017a0b3861a3238ac7845f7be95a5e5b981fe4.tar.gz
rockbox-78017a0b3861a3238ac7845f7be95a5e5b981fe4.zip
give the Key column in the button tables a fixed with to prevent it getting too wide (happened with some long alternative buttons lists).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16644 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/preamble.tex2
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 3c89d1bf4a..3339e8833a 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -211,7 +211,7 @@
211 \endcenter% 211 \endcenter%
212 } 212 }
213 \center 213 \center
214\tabularx{.75\textwidth}{lX}\toprule % here is the table width defined 214\tabularx{.75\textwidth}{>{\raggedright\arraybackslash}p{.22\textwidth}X}\toprule % here is the table width defined
215 \btnhead 215 \btnhead
216}{% 216}{%
217 \endtabularx 217 \endtabularx
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index 283d605850..32f6bf671a 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -168,7 +168,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
168 SANSA_C200_PAD,MROBE100_PAD}{ 168 SANSA_C200_PAD,MROBE100_PAD}{
169 \begin{table} 169 \begin{table}
170 \begin{btnmap}{}{} 170 \begin{btnmap}{}{}
171 \ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown 171 \ActionKbdLeft{}~/ \ActionKbdRight{}~/ \ActionKbdUp{}~/ \ActionKbdDown
172 & Move about the virtual keyboard (moves the solid cursor) \\ 172 & Move about the virtual keyboard (moves the solid cursor) \\
173 % 173 %
174 \ActionKbdCursorLeft{} or \ActionKbdCursorRight 174 \ActionKbdCursorLeft{} or \ActionKbdCursorRight