alacritty/extra
Kirill Chibisov db903503df
Update to the new winit keyboard API
The main highlight of this update is that alacritty will now use new
keyboard API from the winit, which resolves a lot of issues around
key bindings, such as ability to bind dead keys. It also fixes long
standing issues with the virtual key code bindings and make bindings
in general more predictable. It also makes our default Vi key bindings
fully working.

Given that alacritty was using `VirtualKey` directly in the bindings
from the winit, and winit simply removed the enum, we've added internal
conversions to minimize the fallout, but new way to specify the bindings
should be more intuitive.

Other part of this update fixes some forward compatibility bugs with the
Wayland backend, given that wayland-rs 0.30 is fully forward compatible.
The update also fixes weird Maximized startup issues on GNOME Wayland,
however they were present on any sane compositor.

Fixes #6842.
Fixes #6455.
Fixes #6184.
Fixes #5684.
Fixes #3574.
Fixes #3460.
Fixes #1336.
Fixes #892.
Fixes #458.
Fixes #55.
2023-07-11 02:22:14 +00:00
..
completions Switch to TOML configuration format 2023-06-12 00:23:41 +00:00
linux Use org.alacritty instead of io.alacritty 2022-07-10 23:55:57 +03:00
logo Fix embedded _NET_WM_ICON on X11 2020-12-20 07:57:03 +00:00
man Update to the new winit keyboard API 2023-07-11 02:22:14 +00:00
osx/Alacritty.app/Contents Bump development version to 0.13.0-dev 2023-02-15 02:19:19 +03:00
promo Change the default colorscheme 2023-06-29 23:08:18 +04:00
alacritty.info Add missing terminfo capabilities 2023-04-08 17:33:12 +00:00