| OLD | NEW |
| (Empty) |
| 1 <!-- | |
| 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 | |
| 4 -- found in the LICENSE file. | |
| 5 --> | |
| 6 | |
| 7 <template> | |
| 8 <kb-key class="esc dark" stretch weight="110" char="Esc">esc</kb-key> | |
| 9 <kb-key class="back dark" stretch weight="110" char="Back" image="back"> | |
| 10 </kb-key> | |
| 11 <kb-key class="forward dark" stretch weight="110" char="Forward" | |
| 12 image="forward"> </kb-key> | |
| 13 <kb-key class="reload dark" stretch weight="110" char="Reload" image="reload"> | |
| 14 </kb-key> | |
| 15 <kb-key class="fullscreen stretch dark" weight="110" char="Fullscreen" | |
| 16 image="fullscreen"></kb-key> | |
| 17 <kb-key class="change-window dark" stretch weight="110" char="Change-Window" | |
| 18 image="change-window"></kb-key> | |
| 19 <kb-key class="brightness-down dark" stretch weight="110" repeat | |
| 20 char="Brightness-Down" image="brightness-down"></kb-key> | |
| 21 <kb-key class="brightness-up dark" stretch weight="110" repeat | |
| 22 char="Brightness-Up" image="brightness-up"></kb-key> | |
| 23 <kb-key class="mute dark" char="Mute" stretch weight="110" | |
| 24 image="mute"></kb-key> | |
| 25 <kb-key class="volume-down dark" stretch weight="110" | |
| 26 repeat char="Volume-Down" image="volume-down"></kb-key> | |
| 27 <kb-key class="volume-up dark" stretch weight="110" repeat char="Volume-Up" | |
| 28 image="volume-up"></kb-key> | |
| 29 </template> | |
| OLD | NEW |