From df32b5216b59a087e8c2fe621e56cd65346205fa Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Fri, 2 Dec 2022 14:20:40 -0800 Subject: Fix VirtualKeyCode config documentation The `winit` crate was split off of the `glutin` crate. This patch fixes the config link to correctly point to the winit enum instead of the old glutin reexport. --- alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty.yml b/alacritty.yml index 78bb86de..9ece3bf1 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -566,7 +566,7 @@ # - Key0-Key9 # # A full list with available key codes can be found here: -# https://docs.rs/glutin/*/glutin/event/enum.VirtualKeyCode.html#variants +# https://docs.rs/winit/*/winit/event/enum.VirtualKeyCode.html#variants # # Instead of using the name of the keys, the `key` field also supports using # the scancode of the desired key. Scancodes have to be specified as a -- cgit v1.2.3-54-g00ecf