diff options
| author | Jules Aguillon | 2024-07-03 00:35:25 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-07-03 00:35:25 +0200 |
| commit | a2eea76e7011596e55061353b8f7f460b4d303df (patch) | |
| tree | 43f82e41f4284a45c6225b4ae5a68fff4f6b5957 /doc/Possible-key-values.md | |
| parent | 2cb5e67d1f95bf6bc148b7f2da042e043b78439f (diff) | |
| download | unexpected-keyboard-a2eea76e7011596e55061353b8f7f460b4d303df.tar.gz unexpected-keyboard-a2eea76e7011596e55061353b8f7f460b4d303df.zip | |
doc: Clarify the possible key values
Diffstat (limited to 'doc/Possible-key-values.md')
| -rw-r--r-- | doc/Possible-key-values.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Possible-key-values.md b/doc/Possible-key-values.md index caf9380..b189971 100644 --- a/doc/Possible-key-values.md +++ b/doc/Possible-key-values.md @@ -1,6 +1,9 @@ # Key values -This is an exhaustive list of special values accepted for the `key0` through `key8` or `nw` through `se` attributes on a key. Any string that does not exactly match these will be printed verbatim. +This is an exhaustive list of special values accepted for the `key0` through `key8` or `nw` through `se` attributes on a key. + +Any string that does not exactly match these will be printed verbatim. +A key can output multiple characters, but cannot combine multiple built-in key values. ## Escape codes Value | Escape code for |
