OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 Copyright (c) 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="session-toolbar" | 6 <div id="session-toolbar" |
7 data-ui-mode="in-session" | 7 data-ui-mode="in-session" |
8 class="toolbar-container apps-v1-only" | 8 class="toolbar-container apps-v1-only" |
9 hidden> | 9 hidden> |
10 | 10 |
(...skipping 18 matching lines...) Expand all Loading... |
29 | 29 |
30 <span class="menu-button" id="send-keys-menu"> | 30 <span class="menu-button" id="send-keys-menu"> |
31 <button class="menu-button-activator"> | 31 <button class="menu-button-activator"> |
32 <span i18n-content="SEND_KEYS"></span> | 32 <span i18n-content="SEND_KEYS"></span> |
33 <img src="disclosure_arrow_down.webp" | 33 <img src="disclosure_arrow_down.webp" |
34 class="kd-disclosureindicator"> | 34 class="kd-disclosureindicator"> |
35 </button> | 35 </button> |
36 <ul> | 36 <ul> |
37 <li id="send-ctrl-alt-del" i18n-content="SEND_CTRL_ALT_DEL"></li> | 37 <li id="send-ctrl-alt-del" i18n-content="SEND_CTRL_ALT_DEL"></li> |
38 <li id="send-print-screen" i18n-content="SEND_PRINT_SCREEN"></li> | 38 <li id="send-print-screen" i18n-content="SEND_PRINT_SCREEN"></li> |
| 39 <li id="map-right-ctrl-to-meta" i18n-content="MAP_RIGHT_CTRL_TO_META"> |
| 40 </li> |
39 </ul> | 41 </ul> |
40 </span> | 42 </span> |
41 | 43 |
42 <span class="menu-button" id="screen-options-menu"> | 44 <span class="menu-button" id="screen-options-menu"> |
43 <button class="menu-button-activator"> | 45 <button class="menu-button-activator"> |
44 <span i18n-content="SCREEN_OPTIONS"></span> | 46 <span i18n-content="SCREEN_OPTIONS"></span> |
45 <img src="disclosure_arrow_down.webp" | 47 <img src="disclosure_arrow_down.webp" |
46 class="kd-disclosureindicator"> | 48 class="kd-disclosureindicator"> |
47 </button> | 49 </button> |
48 <ul> | 50 <ul> |
(...skipping 16 matching lines...) Expand all Loading... |
65 </ul> | 67 </ul> |
66 </span> | 68 </span> |
67 | 69 |
68 </div> | 70 </div> |
69 | 71 |
70 <div class="toolbar-stub" id="toolbar-stub"> | 72 <div class="toolbar-stub" id="toolbar-stub"> |
71 <div class="arrow-down"></div> | 73 <div class="arrow-down"></div> |
72 </div> | 74 </div> |
73 | 75 |
74 </div> <!-- session-toolbar --> | 76 </div> <!-- session-toolbar --> |
OLD | NEW |