| Index: third_party/google_input_tools/src/chrome/os/inputview/config/us_data.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/config/us_data.js b/third_party/google_input_tools/src/chrome/os/inputview/config/us_data.js
|
| index 94c413725db6ab1b1f1282ae1a67006287bfd012..ed999490ca7db304285d77ef0fd58ba5eb86d179 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/config/us_data.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/config/us_data.js
|
| @@ -114,6 +114,13 @@ goog.require('i18n.input.chrome.message.ContextType');
|
| compact.numberpad.keyNumberpadCharacters();
|
| inputTypeToKeysetSpecMap[ContextType.NUMBER] = numberKeysetSpec;
|
|
|
| + var phoneKeysetSpec = {};
|
| + phoneKeysetSpec[keysetSpecNode.ID] = 'us.compact.phonepad';
|
| + phoneKeysetSpec[keysetSpecNode.LAYOUT] = 'compactkbd-numberpad';
|
| + phoneKeysetSpec[keysetSpecNode.DATA] = i18n.input.chrome.inputview.content.
|
| + compact.numberpad.keyPhonepadCharacters();
|
| + inputTypeToKeysetSpecMap[ContextType.PHONE] = phoneKeysetSpec;
|
| +
|
| i18n.input.chrome.inputview.content.ContextlayoutUtil.generateContextLayouts(
|
| inputTypeToKeysetSpecMap, google.ime.chrome.inputview.onConfigLoaded);
|
| }) ();
|
|
|