summaryrefslogtreecommitdiffstats
path: root/remoting/tools/javascript_key_tester/main.html
blob: 141b03b450b94ed5cabf6ce426f2e665b8a2ccf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<!--
Copyright (c) 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>Chrome AppsV2 Key Event Tester</title>
    <script src="chord_tracker.js"></script>
    <script src="keyboard_map.js"></script>
    <script src="main.js"></script>
    <link rel="stylesheet" href="main.css">
  </head>
  <body>
    <h2>Chrome AppsV2  Key Event Tester</h2>
    <button id="clear-log">Clear log</button>
    <div id="key-log">
    </div>
  </body>
</html>