From d529a3845b1eefd396b0c0dbf177740357d03c0b Mon Sep 17 00:00:00 2001 From: Stéphane Doyon Date: Wed, 10 Oct 2007 02:28:58 +0000 Subject: Make the virtual keyboard easier to use for blind users. From FS#6324 When moving up/down and landing on the edit line, say "edit". Otherwise it gets quite confusing. When moving left and right on the edit line, sound a beep when the left or right end is reached. Before, it would say nothing either when the cursor is over a blank or a char it doesn't know how to spell. So if we're on a blank spot, say "blank". Pass the whole utf8 char to be spelled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15060 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/english.lang | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'apps/lang/english.lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index abe70b4d9f..f6829e92fa 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -11389,3 +11389,31 @@ lcd_color: "Line Selector Colours" + + id: VOICE_EDIT + desc: keyboard + user: + + *: "" + + + *: "" + + + *: "Edit" + + + + id: VOICE_BLANK + desc: keyboard + user: + + *: "" + + + *: "" + + + *: "Blank" + + -- cgit v1.2.3