blob: 141b03b450b94ed5cabf6ce426f2e665b8a2ccf4 [file] [log] [blame]
<!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>