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

Unified Diff: ui/keyboard/resources/elements/kb-keyboard.html

Issue 26258003: Add a full QWERTY layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed keycodes. Set as default layout for passwords. Created 7 years, 2 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
Index: ui/keyboard/resources/elements/kb-keyboard.html
diff --git a/ui/keyboard/resources/elements/kb-keyboard.html b/ui/keyboard/resources/elements/kb-keyboard.html
index c29dac618db3e622129b6ab22bb85da48bbcb6c2..21ebb35e0e9abbe4a10d8b38640d6edfcd8689cf 100644
--- a/ui/keyboard/resources/elements/kb-keyboard.html
+++ b/ui/keyboard/resources/elements/kb-keyboard.html
@@ -212,7 +212,8 @@
*/
inputTypeToLayoutMap: {
number: "numeric",
- text: "qwerty"
+ text: "qwerty",
+ password: "system-qwerty"
bshe 2013/10/09 16:07:50 not sure if you did that. But could you also check
rsadam 2013/10/09 19:04:46 As we discussed offline, disabled this for webui.
},
/**

Powered by Google App Engine
This is Rietveld 408576698