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
This commit is contained in:
parent
f5921cface
commit
78017a0b38
2 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@
|
||||||
\endcenter%
|
\endcenter%
|
||||||
}
|
}
|
||||||
\center
|
\center
|
||||||
\tabularx{.75\textwidth}{lX}\toprule % here is the table width defined
|
\tabularx{.75\textwidth}{>{\raggedright\arraybackslash}p{.22\textwidth}X}\toprule % here is the table width defined
|
||||||
\btnhead
|
\btnhead
|
||||||
}{%
|
}{%
|
||||||
\endtabularx
|
\endtabularx
|
||||||
|
|
|
@ -168,7 +168,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
|
||||||
SANSA_C200_PAD,MROBE100_PAD}{
|
SANSA_C200_PAD,MROBE100_PAD}{
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{btnmap}{}{}
|
\begin{btnmap}{}{}
|
||||||
\ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown
|
\ActionKbdLeft{}~/ \ActionKbdRight{}~/ \ActionKbdUp{}~/ \ActionKbdDown
|
||||||
& Move about the virtual keyboard (moves the solid cursor) \\
|
& Move about the virtual keyboard (moves the solid cursor) \\
|
||||||
%
|
%
|
||||||
\ActionKbdCursorLeft{} or \ActionKbdCursorRight
|
\ActionKbdCursorLeft{} or \ActionKbdCursorRight
|
||||||
|
|
Loading…
Reference in a new issue