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

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

Issue 1013263002: Update Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/spacerow.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/spacerow.js b/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/spacerow.js
index 858c86ce57cf7946a893604f2c27baef2dd364b5..0399d63e85822f3d1a1f307b5e44c39d8a3232df 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/spacerow.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/layouts/material/spacerow.js
@@ -71,7 +71,7 @@ material.SpaceRow.create = function() {
});
var spaceKeyRow = material.util.createLinearLayout({
'id': 'spaceKeyrow',
- 'children': [globeKey, menuKey, ctrlKey, altKey, spaceKey,
+ 'children': [ctrlKey, altKey, globeKey, menuKey, spaceKey,
enSwitcher, altGrKey, leftKey, rightKey, hideKeyboardKey]
});
return spaceKeyRow;

Powered by Google App Engine
This is Rietveld 408576698