| Index: third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js b/third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js
|
| index ad099b93ca9ed5c6fe1ed7138bcf5dc15277283b..b81b135e49a958081a0e836d5b40a4988c3bf96d 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js
|
| @@ -89,8 +89,10 @@ i18n.input.chrome.inputview.content.compact.letter.keyQwertyCharacters =
|
| { 'email' : { 'text' : '@' }}},
|
| /* 36 */ NonLetterKeys.SPACE,
|
| /* 37 */ { 'text': ',', 'isGrey': true, 'onContext':
|
| - { 'email' : {'text' : '.com', 'textCssClass' : Css.FONT_SMALL },
|
| - 'url' : {'text' : '.com', 'textCssClass' : Css.FONT_SMALL }}},
|
| + { 'email' : {'text' : '.com', 'textCssClass' : Css.FONT_SMALL,
|
| + 'moreKeys': {'characters': ['.net', '.org']}},
|
| + 'url' : {'text' : '.com', 'textCssClass' : Css.FONT_SMALL,
|
| + 'moreKeys': {'characters': ['.net', '.org']}}}},
|
| /* 38 */ { 'text': '.', 'isGrey': true,
|
| 'moreKeys': {
|
| 'characters': [',', '\'', '#', ')', '(', '/', ';', '@', ':',
|
|
|