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

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

Issue 252743002: Update Virtual Keybaord icons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Uprev. 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/layouts/qwerty.html ('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 2340fd94093d240319f22de31e88d0ab9511d6b4..983d7ac5d5eb52c35c839cc703e673e3b404d473 100644
--- a/ui/keyboard/resources/layouts/system-qwerty.html
+++ b/ui/keyboard/resources/layouts/system-qwerty.html
@@ -9,12 +9,12 @@
<kb-key-sequence invert=true keys="`1234567890-="
hintTexts="~!@#$%^&*()_+"> </kb-key-sequence>
<kb-key class="dark" char="&#x0008;" repeat align="right"
- image="backspace" sound="keypress-delete" stretch weight="190">
+ image="backspace.png" sound="keypress-delete" stretch weight="190">
</kb-key>
</kb-row>
<kb-row align="left">
<kb-key class="dark" char="&#x0009;" align="center"
- image="tab" weight="155"></kb-key>
+ 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>
@@ -26,7 +26,7 @@
<kb-key-sequence invert=true keys=";&apos;" hintTexts=':"'>
</kb-key-sequence>
<kb-key class="dark" char="&#x000A;" align="right"
- image="return" sound="keypress-return" stretch weight="170"></kb-key>
+ image="return.png" sound="keypress-return" stretch weight="170"></kb-key>
</kb-row>
<kb-row>
<kb-shift-key weight="265" align="left"></kb-shift-key>
@@ -41,6 +41,7 @@
<kb-modifier-key class="dark" stretch weight="150" char="Alt"
align="left">alt</kb-modifier-key>
<kb-key char=" " class="space" sound="keypress-spacebar" weight="760">
+ English (US)
</kb-key>
<kb-key class="cursor dark" repeat char="Arrow-Left" image="left"
weight="75"> </kb-key>
@@ -50,7 +51,7 @@
weight="75"> </kb-key>
<kb-key class="cursor dark" repeat char="Arrow-Right" image="right"
weight="75"></kb-key>
- <kb-hide-keyboard-key image="hide-keyboard" stretch>
+ <kb-hide-keyboard-key image="hide-keyboard.png" stretch>
</kb-hide-keyboard-key>
</kb-row>
<kb-altkey-container hidden>
@@ -62,12 +63,12 @@
<kb-key-sequence keys="`1234567890-=" hintTexts="~!@#$%^&*()_+">
</kb-key-sequence>
<kb-key class="dark" weight="190" char="&#x0008;"
- image="backspace" repeat sound="keypress-delete" stretch
+ image="backspace.png" repeat sound="keypress-delete" stretch
align="right"></kb-key>
</kb-row>
<kb-row align="left">
<kb-key class="dark" char="&#x0009;" align="center"
- image="tab" weight="155"></kb-key>
+ 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>
@@ -77,7 +78,8 @@
<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"
- image="return" sound="keypress-return" stretch weight="170"></kb-key>
+ image="return.png" sound="keypress-return" stretch weight="170">
+ </kb-key>
</kb-row>
<kb-row>
<kb-shift-key weight="265" align="left"></kb-shift-key>
@@ -91,6 +93,7 @@
<kb-modifier-key class="symbol dark" stretch weight="150" char="Alt"
align="left">alt</kb-modifier-key>
<kb-key char=" " sound="keypress-spacebar" class="space" weight="760">
+ English (US)
</kb-key>
<kb-key class="cursor dark" repeat char="Arrow-Left" image="left"
weight="75"> </kb-key>
@@ -100,7 +103,7 @@
weight="75"> </kb-key>
<kb-key class="cursor dark" repeat char="Arrow-Right" image="right"
weight="75"></kb-key>
- <kb-hide-keyboard-key image="hide-keyboard" stretch>
+ <kb-hide-keyboard-key image="hide-keyboard.png" stretch>
</kb-hide-keyboard-key>
</kb-row>
<kb-altkey-container hidden>
« no previous file with comments | « ui/keyboard/resources/layouts/qwerty.html ('k') | ui/keyboard/resources/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698