From 504c040c08af37c77f8834d88ec768cb985456e2 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Fri, 5 Jan 2007 13:37:53 +0000 Subject: Include keys for entering Morse mode in vkeyboard for H10 and use the correct buttontable for H10 and X5 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11917 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/h10.tex | 2 ++ manual/platform/h10_5gb.tex | 2 ++ manual/rockbox_interface/playback.tex | 21 ++++++++++----------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index a9c2e734d1..ce650fcbc1 100644 --- a/manual/platform/h10.tex +++ b/manual/platform/h10.tex @@ -75,6 +75,8 @@ \newcommand{\ActionKbdAbort}{\ButtonFF} \newcommand{\ActionKbdUp}{\ButtonScrollUp} \newcommand{\ActionKbdDown}{\ButtonScrollDown} +\newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew} +\newcommand{\ActionKbdMorseSelect}{\ButtonRew} %Button actions, Pitch Screen context \newcommand{\ActionPsToggleMode}{\ButtonPower} diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index c2aa6589ab..80decb5aa9 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -75,6 +75,8 @@ \newcommand{\ActionKbdAbort}{\ButtonFF} \newcommand{\ActionKbdUp}{\ButtonScrollUp} \newcommand{\ActionKbdDown}{\ButtonScrollDown} +\newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew} +\newcommand{\ActionKbdMorseSelect}{\ButtonRew} %Button actions, Pitch Screen context \newcommand{\ActionPsToggleMode}{\ButtonPower} diff --git a/manual/rockbox_interface/playback.tex b/manual/rockbox_interface/playback.tex index 3ce302ec01..b905229ff3 100644 --- a/manual/rockbox_interface/playback.tex +++ b/manual/rockbox_interface/playback.tex @@ -198,7 +198,7 @@ before shutdown. This is the virtual keyboard that is used when entering text in Rockbox, for example when renaming a file or creating a new directory. -\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{ +\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{ \begin{table} \begin{btnmap}{}{} \ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown @@ -222,11 +222,8 @@ This is the virtual keyboard that is used when entering text in Rockbox, for % \ActionKbdDone & Exits the virtual keyboard and saves any changes \\ - % - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{ - \ActionKbdBackSpace - & Deletes the character before the line cursor \\ - } + \ActionKbdBackSpace + & Deletes the character before the line cursor \\ % \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{ \ActionKbdMorseInput @@ -238,7 +235,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for \end{table} } -\opt{IPOD_4G_PAD,IPOD_3G_PAD}{ +\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{ \textbf{Picker area} \begin{table} \begin{btnmap}{}{} @@ -252,10 +249,12 @@ This is the virtual keyboard that is used when entering text in Rockbox, for & Exits the virtual keyboard and saves any changes \\ \ActionKbdAbort & Exits the virtual keyboard without saving any changes\\ - \ActionKbdMorseInput - & Enters Morse input mode \\ - \ActionKbdMorseSelect - & Tap to select a character in Morse input mode \\ + \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{ + \ActionKbdMorseInput + & Enters Morse input mode \\ + \ActionKbdMorseSelect + & Tap to select a character in Morse input mode \\ + } \end{btnmap} \end{table} \textbf{Line edit mode} -- cgit