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

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

Issue 183923036: Fix wrong character label on keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 cc1b33a6bd2e304a5d6c5e5caa0c742eb632404e..9d1b2984478846141b449b18a69ecee704c4596f 100644
--- a/ui/keyboard/resources/layouts/system-qwerty.html
+++ b/ui/keyboard/resources/layouts/system-qwerty.html
@@ -9,7 +9,7 @@
<template>
<kb-keyset id="system-qwerty-upper" align="center">
<kb-row>
- <kb-key-sequence invert=true keys="'1234567890-="
+ <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">
@@ -61,7 +61,7 @@
<kb-keyset id="system-qwerty-lower" align="center" isDefault=true>
<kb-row>
- <kb-key-sequence keys="'1234567890-=" hintTexts="~!@#$%^&*()_+">
+ <kb-key-sequence keys="`1234567890-=" hintTexts="~!@#$%^&*()_+">
</kb-key-sequence>
<kb-key class="dark" weight="190" char="&#x0008;"
image="backspace" repeat sound="keypress-delete" stretch
« 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