From 80d4daccc307622f8e604af4f36ac89ecccf5db7 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 21 Oct 2023 22:56:20 +0400 Subject: 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. --- extra/man/alacritty.5.scd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extra') 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" | -- cgit