Clarify keystrokes

This commit is contained in:
DavidLRowe 2025-12-08 13:28:41 -09:00 committed by GitHub
parent f4508bbeec
commit 8ca724ff07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,10 +62,10 @@ accent, and one for the vowel.
| `Â, â, ...` | caret (<kbd>^</kbd>), then the vowel key. |
| `Ä, ä, ...` | double-quote (<kbd>"</kbd>), then the vowel key. |
| `Ç, ç` | quote (<kbd>'</kbd>), then lower- or uppercase C. |
| `«, »` | two less-than (<kbd>&lt;&lt;</kbd>) or greater-than (<kbd>&gt;&gt;</kbd>) symbols. |
| `«, »` | two less-than (<kbd>&lt;</kbd><kbd>&lt;</kbd>) or greater-than (<kbd>&gt;</kbd><kbd>&gt;</kbd>) symbols. |
Now that we have decided which character to use and how the user can
enter them, we can start to write the keyboard.
- [Continue with Step 2: Writing the Header](step-2)
- [Back to the Introduction](index)
- [Back to the Introduction](index)