Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1461)

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/layouts/material/kokbd_layout.js

Issue 899673003: Uprev Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]
};

Powered by Google App Engine
This is Rietveld 408576698