| OLD | NEW |
| 1 <!DOCTYPE HTML> |
| 1 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 3 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
| 4 <html> | 5 <html> |
| 5 <head> | 6 <head> |
| 6 <title class="i18n" msg="kbexplorer_title">Chrome OS Keyboard Explorer</title> | 7 <title class="i18n" msg="kbexplorer_title">Chrome OS Keyboard Explorer</title> |
| 7 <style type="text/css"> | 8 <style type="text/css"> |
| 8 h2 { | 9 h2 { |
| 9 font-family:arial; | |
| 10 } | 10 } |
| 11 </style> | 11 </style> |
| 12 <script type="text/javascript" src="../../closure/base.js"></script> | 12 <script type="text/javascript" src="../../closure/base.js"></script> |
| 13 <script type="text/javascript" src="../../deps.js"></script> | 13 <script type="text/javascript" src="../../deps.js"></script> |
| 14 <script type="text/javascript" src="kbexplorer_loader.js"></script> | 14 <script type="text/javascript" src="kbexplorer_loader.js"></script> |
| 15 | 15 |
| 16 <script type="text/javascript" src="../../chromeVoxKbExplorerScript.js"></script
> | 16 <script type="text/javascript" src="../../chromeVoxKbExplorerScript.js"></script
> |
| 17 | 17 |
| 18 </head> | 18 </head> |
| 19 <body> | 19 <body> |
| 20 <h2 class="i18n" msgid="kbexplorer_title">ChromeOS Keyboard Explorer</h2> | 20 <h2 class="i18n" msgid="kbexplorer_title">ChromeOS Keyboard Explorer</h2> |
| 21 <p class="i18n" msgid="kbexplorer_instructions"> | 21 <p class="i18n" msgid="kbexplorer_instructions"> |
| 22 Press any key to learn its name. Ctrl + W will close the keyboard explorer. | 22 Press any key to learn its name. Ctrl + W will close the keyboard explorer. |
| 23 </p> | 23 </p> |
| 24 </body> | 24 </body> |
| 25 </html> | 25 </html> |
| OLD | NEW |