Make capitalization of 'Backquote' consistent with 'Backslash' and 'Backspace'
authorGary Kacmarcik <garykac@google.com>
Sun, 03 Nov 2013 21:38:37 -0800
changeset 60 c6ffc5861ab9
parent 59 4e830478592e
child 61 b1bf7d6e54c7
Make capitalization of 'Backquote' consistent with 'Backslash' and 'Backspace'
source_respec.htm
--- 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') =&gt; <code class="glyph">'ろ'</code> ('\u308d')
 queryKeyCap('Quote', 'nl-US') =&gt; <code class="glyph">'´'</code> ('\u0301') <span class="example-comment">Combining accent</span>
 queryKeyCap('Quote', 'ru-RU') =&gt; <code class="glyph">'э'</code> ('\u042d')
-queryKeyCap('BackQuote', 'en-US') =&gt; <code class="glyph">'`'</code>
-queryKeyCap('BackQuote', 'ja-JP') =&gt; <code class="key-code">'BackQuote'</code> <span class="example-comment">Non-printable Halfwidth/Fullwidth Mode key</span>
+queryKeyCap('Backquote', 'en-US') =&gt; <code class="glyph">'`'</code>
+queryKeyCap('Backquote', 'ja-JP') =&gt; <code class="key-code">'Backquote'</code> <span class="example-comment">Non-printable Halfwidth/Fullwidth Mode key</span>
 queryKeyCap('Space') =&gt; <code class="key-code">'Space'</code> <span class="example-comment">Non-printable</span>
 queryKeyCap('ShiftLeft') =&gt; <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>