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

Unified Diff: remoting/webapp/crd/js/desktop_remoting_activity.js

Issue 1343503002: Fix right-Ctrl mapping menu item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « remoting/webapp/crd/js/desktop_connected_view.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/desktop_remoting_activity.js
diff --git a/remoting/webapp/crd/js/desktop_remoting_activity.js b/remoting/webapp/crd/js/desktop_remoting_activity.js
index 03f2ead9742c491d5c9a17a7661b9e0cbbd97dcd..e4cf39d079b1fd6cfb8f40ed70dca795708f753b 100644
--- a/remoting/webapp/crd/js/desktop_remoting_activity.js
+++ b/remoting/webapp/crd/js/desktop_remoting_activity.js
@@ -99,7 +99,7 @@ remoting.DesktopRemotingActivity.prototype.onConnected =
// Under ChromeOS, remap the right Control key to the right Win/Cmd key.
remapping = {0x0700e4: 0x0700e7};
}
- connectionInfo.plugin().setRemapKeys(remapping);
+ this.connectedView_.setRemapKeys(remapping);
if (connectionInfo.plugin().hasCapability(
remoting.ClientSession.Capability.VIDEO_RECORDER)) {
« no previous file with comments | « remoting/webapp/crd/js/desktop_connected_view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698