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

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

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: Rename Super to Meta. Created 5 years, 7 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: remoting/webapp/crd/html/window_frame.html
diff --git a/remoting/webapp/crd/html/window_frame.html b/remoting/webapp/crd/html/window_frame.html
index f9454831559f0fe6aeea976d0a68820e50373745..4cddc9504a8c79efe1d0a60189b1982ebb309680 100644
--- a/remoting/webapp/crd/html/window_frame.html
+++ b/remoting/webapp/crd/html/window_frame.html
@@ -18,6 +18,8 @@ found in the LICENSE file.
i18n-content="SEND_CTRL_ALT_DEL"></li>
<li class="menu-send-print-screen"
i18n-content="SEND_PRINT_SCREEN"></li>
+ <li class="menu-map-right-ctrl-to-meta"
+ i18n-content="MAP_RIGHT_CTRL_TO_META"></li>
<li class="menu-separator"></li>
<li class="menu-resize-to-client"
i18n-content="RESIZE_TO_CLIENT"></li>

Powered by Google App Engine
This is Rietveld 408576698