diff options
author | kevers@chromium.org <kevers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-28 06:26:37 +0000 |
---|---|---|
committer | kevers@chromium.org <kevers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-28 06:26:37 +0000 |
commit | 34dcd990f6408c9731d853f25384adcd20408f0c (patch) | |
tree | e97d5af788786b6d024e297af72a28436aa6d020 /chrome/app | |
parent | 262cb525ea6ef64ac658f217e66a47743e291648 (diff) | |
download | chromium_src-34dcd990f6408c9731d853f25384adcd20408f0c.zip chromium_src-34dcd990f6408c9731d853f25384adcd20408f0c.tar.gz chromium_src-34dcd990f6408c9731d853f25384adcd20408f0c.tar.bz2 |
Add a11y on-screen keyboard.
Adds an accessibility option for displaying a virtual keyboard on the login screen and on the settings page.
Followup patches required to persist the login preference on first time sign in, and to use the full virtual keyboard in place of the touch optimized version.
BUG=297132
Review URL: https://codereview.chromium.org/137543002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chromeos_strings.grdp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp index 4748378..59989b2 100644 --- a/chrome/app/chromeos_strings.grdp +++ b/chrome/app/chromeos_strings.grdp @@ -385,6 +385,9 @@ Press any key to continue exploring. <message name="IDS_OOBE_SCREEN_MAGNIFIER_OPTION" desc="Screen magnifier option shown on OOBE screens accessibility menu."> Screen magnifier </message> + <message name="IDS_OOBE_VIRTUAL_KEYBOARD_OPTION" desc="Virtual keyboard option shown on the OOBE screens accessibility menu."> + On-screen keyboard + </message> <message name="IDS_LOGIN_TITLE" desc="Title of sign in box"> Sign in </message> @@ -1017,7 +1020,7 @@ Press any key to continue exploring. Enable tap dragging </message> <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_VIRTUAL_KEYBOARD_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for virtual keyboard."> - Enable virtual keyboard + Enable on-screen keyboard </message> <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SHOULD_ALWAYS_SHOW_MENU" desc="In the settings tab, the text next to the checkbox to show the accessibility tray menu regardless of the state of a11y features."> Show accessibility options in the system menu |