Home | History | Annotate | Download | only in layouts
      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" char="Esc">esc</kb-key>
      9   <kb-key class="back dark" char="Back" image="back"></kb-key>
     10   <kb-key class="forward dark" char="Forward" image="forward"></kb-key>
     11   <kb-key class="reload dark" char="Reload" image="reload"></kb-key>
     12   <kb-key class="fullscreen dark" char="Fullscreen"
     13       image="fullscreen"></kb-key>
     14   <kb-key class="change-window dark" char="Change-Window"
     15       image="change-window"></kb-key>
     16   <kb-key class="brightness-down dark" repeat char="Brightness-Down"
     17       image="brightness-down"></kb-key>
     18   <kb-key class="brightness-up dark" repeat char="Brightness-Up"
     19       image="brightness-up"></kb-key>
     20   <kb-key class="mute dark" char="Mute" image="mute"></kb-key>
     21   <kb-key class="volume-down dark" repeat char="Volume-Down"
     22       image="volume-down"></kb-key>
     23   <kb-key class="volume-up dark" repeat char="Volume-Up"
     24       image="volume-up"></kb-key>
     25 </template>
     26