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; |