| Index: third_party/google_input_tools/src/chrome/os/inputview/config/is_data.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/config/is_data.js b/third_party/google_input_tools/src/chrome/os/inputview/config/is_data.js
|
| index d9865375be83daad499009d2107057dacbf12a6b..21439ca858c2e1693e1ba79a4690b75d7fa36a50 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/config/is_data.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/config/is_data.js
|
| @@ -166,6 +166,13 @@ goog.require('i18n.input.chrome.message.ContextType');
|
| compact.numberpad.keyNumberpadCharacters();
|
| inputTypeToKeysetSpecMap[ContextType.NUMBER] = numberKeysetSpec;
|
|
|
| + var phoneKeysetSpec = {};
|
| + phoneKeysetSpec[keysetSpecNode.ID] = 'is.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);
|
| }) ();
|
|
|