--- a/source_respec.htm Sun Nov 03 21:36:26 2013 -0800
+++ b/source_respec.htm Sun Nov 03 21:38:37 2013 -0800
@@ -539,8 +539,8 @@
queryKeyCap('IntlRo', 'ja-JP') => <code class="glyph">'ろ'</code> ('\u308d')
queryKeyCap('Quote', 'nl-US') => <code class="glyph">'´'</code> ('\u0301') <span class="example-comment">Combining accent</span>
queryKeyCap('Quote', 'ru-RU') => <code class="glyph">'э'</code> ('\u042d')
-queryKeyCap('BackQuote', 'en-US') => <code class="glyph">'`'</code>
-queryKeyCap('BackQuote', 'ja-JP') => <code class="key-code">'BackQuote'</code> <span class="example-comment">Non-printable Halfwidth/Fullwidth Mode key</span>
+queryKeyCap('Backquote', 'en-US') => <code class="glyph">'`'</code>
+queryKeyCap('Backquote', 'ja-JP') => <code class="key-code">'Backquote'</code> <span class="example-comment">Non-printable Halfwidth/Fullwidth Mode key</span>
queryKeyCap('Space') => <code class="key-code">'Space'</code> <span class="example-comment">Non-printable</span>
queryKeyCap('ShiftLeft') => <code class="key-code">'ShiftLeft'</code> <span class="example-comment">Non-printable</span>
</pre>
@@ -910,7 +910,7 @@
<caption>List of code values for writing system keys in the Alphanumeric section.</caption>
<thead><tr><th>Code Value</th><th>USB Usage ID<br/>Page 0x07<br/>(Informative)</th><th>Notes (Informative)</th></tr></thead>
<tbody>
- <tr><td><code id="code-BackQuote" class="key-code">'BackQuote'</code></td>
+ <tr><td><code id="code-Backquote" class="key-code">'Backquote'</code></td>
<td>0x35</td><td><code class="keycap">`</code> and <code class="keycap">~</code> on a US keyboard. This is the <code class="keycap">半角/全角/漢字</code> (<span class="phonetic">hankaku/zenkaku/kanji</span>) key on Japanese keyboards</td></tr>
<tr><td><code id="code-Backslash" class="key-code">'Backslash'</code></td>
<td>0x31</td><td><code class="keycap">\</code> and <code class="keycap">|</code> on a US keyboard. Found only on standard 101-key layouts.</td></tr>