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

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

Issue 264913003: Changes shift key icon & highlight/caps UX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit. Created 6 years, 8 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 | « ui/keyboard/resources/images/up.svg ('k') | ui/keyboard/resources/main.css » ('j') | 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 983d7ac5d5eb52c35c839cc703e673e3b404d473..ae301c7e9569ddac2d92748ae7b7126972bd0eef 100644
--- a/ui/keyboard/resources/layouts/system-qwerty.html
+++ b/ui/keyboard/resources/layouts/system-qwerty.html
@@ -13,14 +13,14 @@
</kb-key>
</kb-row>
<kb-row align="left">
- <kb-key class="dark" char="&#x0009;" align="center"
+ <kb-key class="dark tab" char="&#x0009;" align="center"
image="tab.png" weight="155"></kb-key>
<kb-key-sequence keys="QWERTYUIOP"></kb-key-sequence>
<kb-key-sequence invert=true keys="[]\"
hintTexts="{}|"></kb-key-sequence>
</kb-row>
<kb-row>
- <kb-key class="search dark" char="Search" image='search'
+ <kb-key class="search dark" char="Search" image='search.png'
weight="210"> </kb-key>
<kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence>
<kb-key-sequence invert=true keys=";&apos;" hintTexts=':"'>
@@ -67,13 +67,13 @@
align="right"></kb-key>
</kb-row>
<kb-row align="left">
- <kb-key class="dark" char="&#x0009;" align="center"
+ <kb-key class="dark tab" char="&#x0009;" align="center"
image="tab.png" weight="155"></kb-key>
<kb-key-sequence keys="qwertyuiop"></kb-key-sequence>
<kb-key-sequence keys="[]\" hintTexts="{}|"></kb-key-sequence>
</kb-row>
<kb-row>
- <kb-key class="search dark" char="Search" image='search'
+ <kb-key class="search dark" char="Search" image='search.png'
weight="210"></kb-key>
<kb-key-sequence keys="asdfghjkl"></kb-key-sequence>
<kb-key-sequence keys=";&apos;" hintTexts=':"'></kb-key-sequence>
« no previous file with comments | « ui/keyboard/resources/images/up.svg ('k') | ui/keyboard/resources/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698