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

Unified Diff: ui/keyboard/resources/layouts/symbol-altkeys.js

Issue 23905006: Adding an alternate keyset to .com (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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/symbol-altkeys.js
diff --git a/ui/keyboard/resources/layouts/symbol-altkeys.js b/ui/keyboard/resources/layouts/symbol-altkeys.js
index 24dfed8757acc5055c5b2d07496e159458be85b0..a22f696c64dc1ed0842660cd67a0c87752a13c5a 100644
--- a/ui/keyboard/resources/layouts/symbol-altkeys.js
+++ b/ui/keyboard/resources/layouts/symbol-altkeys.js
@@ -36,7 +36,8 @@ var symbolAltKeys = {
'!': ['\u00A1'], // Inverted exclamation mark
'?': ['\u00BF'], // Inverted question mark
'(': ['<', '{', '['],
- ')': ['>', '}', ']']
+ ')': ['>', '}', ']'],
+ '.com' : ['.net','.org','.gov']
};
document.addEventListener('WebComponentsReady', function() {
« 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