mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Update VirtualKeyCode url in alacritty.yml
This commit is contained in:
parent
f6f444bc2d
commit
b0c6fdff76
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ mouse_bindings:
|
|||
# - Key0-Key9
|
||||
#
|
||||
# A full list with available key codes can be found here:
|
||||
# https://docs.rs/glutin/*/glutin/enum.VirtualKeyCode.html#variants
|
||||
# https://docs.rs/glutin/*/glutin/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
|
||||
|
|
Loading…
Reference in a new issue