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

Side by Side 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: 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 unified diff | Download patch
« no previous file with comments | « remoting/webapp/crd/html/toolbar.html ('k') | remoting/webapp/crd/js/desktop_connected_view.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 <div id="title-bar" class="title-bar apps-v2-only"> 6 <div id="title-bar" class="title-bar apps-v2-only">
7 <div class="window-controls-and-title"> 7 <div class="window-controls-and-title">
8 <span i18n-title="OPTIONS_MENU" 8 <span i18n-title="OPTIONS_MENU"
9 class="window-control window-options menu-button"> 9 class="window-control window-options menu-button">
10 <span class="menu-button-activator"> 10 <span class="menu-button-activator">
11 <img src="icon_options.webp"> 11 <img src="icon_options.webp">
12 </span> 12 </span>
13 <ul class="window-options-menu right-align"> 13 <ul class="window-options-menu right-align">
14 <li class="menu-start-stop-recording" 14 <li class="menu-start-stop-recording"
15 i18n-content="START_RECORDING" 15 i18n-content="START_RECORDING"
16 hidden></li> 16 hidden></li>
17 <li class="menu-send-ctrl-alt-del" 17 <li class="menu-send-ctrl-alt-del"
18 i18n-content="SEND_CTRL_ALT_DEL"></li> 18 i18n-content="SEND_CTRL_ALT_DEL"></li>
19 <li class="menu-send-print-screen" 19 <li class="menu-send-print-screen"
20 i18n-content="SEND_PRINT_SCREEN"></li> 20 i18n-content="SEND_PRINT_SCREEN"></li>
21 <li class="menu-map-right-ctrl-to-meta"
22 i18n-content="MAP_RIGHT_CTRL_TO_META"></li>
21 <li class="menu-separator"></li> 23 <li class="menu-separator"></li>
22 <li class="menu-resize-to-client" 24 <li class="menu-resize-to-client"
23 i18n-content="RESIZE_TO_CLIENT"></li> 25 i18n-content="RESIZE_TO_CLIENT"></li>
24 <li class="menu-shrink-to-fit" 26 <li class="menu-shrink-to-fit"
25 i18n-content="SHRINK_TO_FIT"></li> 27 i18n-content="SHRINK_TO_FIT"></li>
26 <li class="menu-separator"></li> 28 <li class="menu-separator"></li>
27 <li class="menu-new-connection" 29 <li class="menu-new-connection"
28 i18n-content="NEW_CONNECTION"></li> 30 i18n-content="NEW_CONNECTION"></li>
29 <li class="menu-separator"></li> 31 <li class="menu-separator"></li>
30 <li class="menu-toggle-connection-stats" 32 <li class="menu-toggle-connection-stats"
(...skipping 21 matching lines...) Expand all
52 class="window-control window-fullscreen"> 54 class="window-control window-fullscreen">
53 <img src="icon_fullscreen.webp"> 55 <img src="icon_fullscreen.webp">
54 </span> 56 </span>
55 <span i18n-title="CLOSE_WINDOW" 57 <span i18n-title="CLOSE_WINDOW"
56 class="window-control window-close"> 58 class="window-control window-close">
57 <img src="icon_close.webp"> 59 <img src="icon_close.webp">
58 </span> 60 </span>
59 </div> 61 </div>
60 <div class="window-controls-stub">&nbsp;</div> 62 <div class="window-controls-stub">&nbsp;</div>
61 </div> <!-- title-bar --> 63 </div> <!-- title-bar -->
OLDNEW
« no previous file with comments | « remoting/webapp/crd/html/toolbar.html ('k') | remoting/webapp/crd/js/desktop_connected_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698