Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: ui/keyboard/resources/layouts/system-qwerty.html

Issue 143153005: Replace mic key with search in a11y keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/layouts/system-qwerty.html
diff --git a/ui/keyboard/resources/layouts/system-qwerty.html b/ui/keyboard/resources/layouts/system-qwerty.html
index 08ccd8d5b46fab1b63b4c7d110cfc261765a9a11..df8b4bf424fb058954832e963b78ba37ed1c842d 100644
--- a/ui/keyboard/resources/layouts/system-qwerty.html
+++ b/ui/keyboard/resources/layouts/system-qwerty.html
@@ -26,7 +26,8 @@
hintTexts="{}|"></kb-key-sequence>
</kb-row>
<kb-row>
- <kb-key class="microphone dark" char="Microphone" weight="150"></kb-key>
+ <kb-key class="search dark" char="Search" image='search' weight="150">
bshe 2014/01/29 20:28:00 do you need to add a special case in kb-keyboard t
+ </kb-key>
<kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence>
<kb-key-sequence invert=true keys=";&apos;" hintTexts=':"'>
</kb-key-sequence>
@@ -77,7 +78,8 @@
<kb-key-sequence keys="[]\" hintTexts="{}|"></kb-key-sequence>
</kb-row>
<kb-row>
- <kb-key class="microphone dark" char="Microphone" weight="150"></kb-key>
+ <kb-key class="search dark" char="Search" image='search' weight="150">
+ </kb-key>
<kb-key-sequence keys="asdfghjkl"></kb-key-sequence>
<kb-key-sequence keys=";&apos;" hintTexts=':"'></kb-key-sequence>
<kb-key class="dark" char="&#x000A;" align="right"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698