summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
blob: f45ccbc307ed1563f5a4415fe17c847579ee616e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- Copyright 2014 The Chromium Authors. All rights reserved.
     Use of this source code is governed by a BSD-style license that can be
     found in the LICENSE file. -->
<html>
<head>
<title class="i18n" msg="kbexplorer_title">Chrome OS Keyboard Explorer</title>
<style type="text/css">
h2 {
  font-family:arial;
}
</style>
<script type="text/javascript" src="../../closure/base.js"></script>
<script type="text/javascript" src="../../deps.js"></script>
<script type="text/javascript" src="kbexplorer_loader.js"></script>

<script type="text/javascript" src="../../chromeVoxKbExplorerScript.js"></script>

</head>
<body>
  <h2 class="i18n" msgid="kbexplorer_title">ChromeOS Keyboard Explorer</h2>
  <p class="i18n" msgid="kbexplorer_instructions">
    Press any key to learn its name. Ctrl + W will close the keyboard explorer.
  </p>
</body>
</html>