Index: third_party/google_input_tools/src/chrome/os/inputview/layouts/material/compactkbd_zhuyin_layout.js |
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_zhuyin_layout.js b/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/compactkbd_zhuyin_layout.js |
similarity index 93% |
copy from third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_zhuyin_layout.js |
copy to third_party/google_input_tools/src/chrome/os/inputview/layouts/material/compactkbd_zhuyin_layout.js |
index eb7ef4639c5ceb53da3473b2948c0373cb096bc4..12f9394221efd00038b6e852ec8e296601dcfcf2 100644 |
--- a/third_party/google_input_tools/src/chrome/os/inputview/layouts/compactkbd_zhuyin_layout.js |
+++ b/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/compactkbd_zhuyin_layout.js |
@@ -1,4 +1,4 @@ |
-// Copyright 2014 The ChromeOS IME Authors. All Rights Reserved. |
+// Copyright 2015 The ChromeOS IME Authors. All Rights Reserved. |
// limitations under the License. |
// See the License for the specific language governing permissions and |
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
@@ -41,8 +41,8 @@ goog.require('i18n.input.chrome.inputview.layouts.util'); |
'heightInWeight': 4 |
}); |
var space = i18n.input.chrome.inputview.layouts.util.createKey({ |
- 'widthInWeight': 3, |
- 'heightInWeight': 4 |
+ 'widthInWeight': 3, |
+ 'heightInWeight': 4 |
}); |
var character = i18n.input.chrome.inputview.layouts.util.createKey({ |
'widthInWeight': 1, |
@@ -67,7 +67,7 @@ goog.require('i18n.input.chrome.inputview.layouts.util'); |
createLinearLayout({ |
'id': 'spaceKeyrow', |
'children': [digitSwitcher, globeOrSymbolKey, menuKey, comma, |
- space, character, period, switcher, hide] |
+ space, character, period, switcher, hide] |
}); |
// Keyboard view. |
@@ -85,7 +85,7 @@ goog.require('i18n.input.chrome.inputview.layouts.util'); |
}); |
var data = { |
- 'layoutID': 'compactkbd-zhuyin', |
+ 'layoutID': 'm-compactkbd-zhuyin', |
'widthInWeight': 15, |
'children': [keyboardContainer] |
}; |