OLD | NEW |
1 <!-- | 1 <!-- |
2 -- Copyright 2013 The Chromium Authors. All rights reserved. | 2 -- Copyright 2013 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 | 6 |
7 <template> | 7 <template> |
8 <Kb-key class="esc dark" char="Esc">esc</kb-key> | 8 <kb-key class="esc dark" char="Esc">esc</kb-key> |
9 <kb-key class="back dark" char="Back"></kb-key> | 9 <kb-key class="back dark" char="Back"></kb-key> |
10 <kb-key class="forward dark" char="Forward"></kb-key> | 10 <kb-key class="forward dark" char="Forward"></kb-key> |
11 <kb-key class="reload dark" char="Reload"></kb-key> | 11 <kb-key class="reload dark" char="Reload"></kb-key> |
12 <kb-key class="fullscreen dark" char="Fullscreen"></kb-key> | 12 <kb-key class="fullscreen dark" char="Fullscreen"></kb-key> |
13 <kb-key class="change-window dark" char="Change-Window"></kb-key> | 13 <kb-key class="change-window dark" char="Change-Window"></kb-key> |
14 <kb-key class="brightness-down dark" repeat char="Brightness-Down"></kb-key> | 14 <kb-key class="brightness-down dark" repeat char="Brightness-Down"></kb-key> |
15 <kb-key class="brightness-up dark" repeat char="Brightness-Up"></kb-key> | 15 <kb-key class="brightness-up dark" repeat char="Brightness-Up"></kb-key> |
16 <kb-key class="mute dark" char="Mute"></kb-key> | 16 <kb-key class="mute dark" char="Mute"></kb-key> |
17 <kb-key class="volume-down dark" repeat char="Volume-Down"></kb-key> | 17 <kb-key class="volume-down dark" repeat char="Volume-Down"></kb-key> |
18 <kb-key class="volume-up dark" repeat char="Volume-Up"></kb-key> | 18 <kb-key class="volume-up dark" repeat char="Volume-Up"></kb-key> |
19 </template> | 19 </template> |
OLD | NEW |