Skip to content

Commit 0b29013

Browse files
jgrahamAutomatedTester
authored andcommitted
Fix typo in key table
1 parent 56c4593 commit 0b29013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7826,7 +7826,7 @@ <h2>Keyboard actions</h2>
78267826
<tr><td><code>"y"</code></td><td><code>"Y"</code></td><td><code>"KeyY"</code></td></tr>
78277827
<tr><td><code>"z"</code></td><td><code>"Z"</code></td><td><code>"KeyZ"</code></td></tr>
78287828
<tr><td><code>"-"</code></td><td><code>"_"</code></td><td><code>"Minus"</code></td></tr>
7829-
<tr><td><code>"."</code></td><td><code>">"</code></td><td><code>"Period"</code></td></tr>
7829+
<tr><td><code>"."</code></td><td><code>">"."</code></td><td><code>"Period"</code></td></tr>
78307830
<tr><td><code>"'"</code></td><td><code>"&quot;"</code></td><td><code>"Quote"</code></td></tr>
78317831
<tr><td><code>";"</code></td><td><code>":"</code></td><td><code>"Semicolon"</code></td></tr>
78327832
<tr><td><code>"/"</code></td><td><code>"?"</code></td><td><code>"Slash"</code></td></tr>

0 commit comments

Comments
 (0)