diff options
| author | Jules Aguillon | 2024-05-26 00:49:15 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-05-26 00:49:15 +0200 |
| commit | 46f3b41393545790b8a7be87cc0e97bcdecc30f9 (patch) | |
| tree | e254ab7926d82c08248258eb299b4ab83d302ba1 /doc | |
| parent | bea2e6cd1fc41da085416c9778ed1ab6d81767c8 (diff) | |
| download | unexpected-keyboard-46f3b41393545790b8a7be87cc0e97bcdecc30f9.tar.gz unexpected-keyboard-46f3b41393545790b8a7be87cc0e97bcdecc30f9.zip | |
Support the nnbsp character
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Possible-key-values.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md index 89b5020..b59bc7e 100644 --- a/doc/Possible-key-values.md +++ b/doc/Possible-key-values.md @@ -53,7 +53,8 @@ These keys are sent to apps, which are free to ignore them. The keyboard do not Value | Meaning :------ | :------ `space` | Space bar. -`nbsp` | No-break space. Note: To input the narrow no-break space recommended for French, use `\u202F`. +`nbsp` | Non-breaking space. +`nnbsp` | Narrow non-breaking space. `zwj` | Zero-width joiner. `zwnj` | Zero-width non-joiner. |
