Alacritty: sync with latest upstream

This commit is contained in:
Robert Kmieć
2023-01-23 23:33:07 +01:00
parent c9e0347a5d
commit 8718d88f83

View File

@@ -566,7 +566,7 @@ hints:
# - Key0-Key9 # - Key0-Key9
# #
# A full list with available key codes can be found here: # 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 # 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 # the scancode of the desired key. Scancodes have to be specified as a
@@ -889,6 +889,12 @@ key_bindings:
# - Trace # - Trace
#log_level: Warn #log_level: Warn
# Renderer override.
# - glsl3
# - gles2
# - gles2_pure
#renderer: None
# Print all received window events. # Print all received window events.
#print_events: false #print_events: false