summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Taron <philip.taron@gmail.com>2022-12-02 14:20:40 -0800
committerGitHub <noreply@github.com>2022-12-02 22:20:40 +0000
commitdf32b5216b59a087e8c2fe621e56cd65346205fa (patch)
tree39cedad5d2086b451a047706805a10a0ca20388d
parent2c58e096f91b7ced0fc79679a7cd066c06c8e05f (diff)
downloadalacritty-df32b5216b59a087e8c2fe621e56cd65346205fa.tar.gz
alacritty-df32b5216b59a087e8c2fe621e56cd65346205fa.zip
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.
-rw-r--r--alacritty.yml2
1 files changed, 1 insertions, 1 deletions
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