Index: third_party/google_input_tools/src/chrome/os/inputview/layouts/material/kokbd_layout.js |
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/layouts/kokbd_layout.js b/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/kokbd_layout.js |
similarity index 90% |
copy from third_party/google_input_tools/src/chrome/os/inputview/layouts/kokbd_layout.js |
copy to third_party/google_input_tools/src/chrome/os/inputview/layouts/material/kokbd_layout.js |
index 465de574e710700bec672d384420b008890760d6..24869c4e285674928efe9295923f19fbfd568076 100644 |
--- a/third_party/google_input_tools/src/chrome/os/inputview/layouts/kokbd_layout.js |
+++ b/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/kokbd_layout.js |
@@ -75,11 +75,11 @@ goog.require('i18n.input.chrome.inputview.layouts.util'); |
'widthInWeight': 1.08 |
}); |
var spaceKeyRow = util.createLinearLayout({ |
- 'id': 'spaceKeyrow', |
- 'children': [globeKey, menuKey, ctrlKey, altKey, hangjaSwitcher, |
- spaceKey, enSwitcher, altGrKey, leftKey, rightKey, |
- hideKeyboardKey] |
- }); |
+ 'id': 'spaceKeyrow', |
+ 'children': [globeKey, menuKey, ctrlKey, altKey, hangjaSwitcher, |
+ spaceKey, enSwitcher, altGrKey, leftKey, rightKey, |
+ hideKeyboardKey] |
+ }); |
return spaceKeyRow; |
}; |
@@ -95,12 +95,12 @@ goog.require('i18n.input.chrome.inputview.layouts.util'); |
}); |
var keyboardContainer = util.createLinearLayout({ |
- 'id': 'keyboardContainer', |
- 'children': [keyboardView] |
- }); |
+ 'id': 'keyboardContainer', |
+ 'children': [keyboardView] |
+ }); |
var data = { |
- 'layoutID': 'kokbd', |
+ 'layoutID': 'm-kokbd', |
'widthInWeight': 15, |
'children': [keyboardContainer] |
}; |