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

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

Issue 1153923007: Add a menu option for the right-hand Ctrl -> Meta mapping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer feedback. Created 5 years, 6 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/toolbar.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/window_frame.js
diff --git a/remoting/webapp/crd/js/window_frame.js b/remoting/webapp/crd/js/window_frame.js
index fb4abb1bc7163f482996e97da9e3a01514851a14..147d1ac6949ea81d53e8519b096bccae59c88d86 100644
--- a/remoting/webapp/crd/js/window_frame.js
+++ b/remoting/webapp/crd/js/window_frame.js
@@ -83,6 +83,7 @@ remoting.WindowFrame.prototype.createOptionsMenu = function() {
return new remoting.OptionsMenu(
this.titleBar_.querySelector('.menu-send-ctrl-alt-del'),
this.titleBar_.querySelector('.menu-send-print-screen'),
+ this.titleBar_.querySelector('.menu-map-right-ctrl-to-meta'),
this.titleBar_.querySelector('.menu-resize-to-client'),
this.titleBar_.querySelector('.menu-shrink-to-fit'),
this.titleBar_.querySelector('.menu-new-connection'),
« no previous file with comments | « remoting/webapp/crd/js/toolbar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698