diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-10-21 22:56:20 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 22:56:20 +0400 |
commit | 80d4daccc307622f8e604af4f36ac89ecccf5db7 (patch) | |
tree | d63c17a09337bb044543c2ec83302d85ffeb5cbf /extra | |
parent | 6071a7bf35cfd99be8ba70f479f188b7370cda6f (diff) | |
download | alacritty-80d4daccc307622f8e604af4f36ac89ecccf5db7.tar.gz alacritty-80d4daccc307622f8e604af4f36ac89ecccf5db7.zip |
Update winit to 0.29.2 and copypasta to 0.10.0
Fixes #7236.
Fixes #7201.
Fixes #7146.
Fixes #6848.
Fixes #3601.
Fixes #3108.
Fixes #2453.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/man/alacritty.5.scd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 685f5e97..f4c2537c 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -698,8 +698,10 @@ This section documents the *[keyboard]* table of the configuration file. The regular keys like _"A"_, _"0"_, and _"Я"_ can be mapped directly without any special syntax. Full list of named keys like _"F1"_ and the - syntax for dead keys can be found here:++ -https://docs.rs/winit/\*/winit/keyboard/enum.Key.html + syntax for dead keys can be found here: + + https://docs.rs/winit/latest/winit/keyboard/enum.NamedKey.html++ +https://docs.rs/winit/latest/winit/keyboard/enum.Key.html#variant.Dead Numpad keys are prefixed by _Numpad_: "NumpadEnter" | "NumpadAdd" | "NumpadComma" | "NumpadDivide" | "NumpadEquals" | "NumpadSubtract" | |