diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-02-04 15:39:28 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 15:39:28 +0400 |
commit | 20e3040be0a4ca75a41525e91996adf1a7bc6445 (patch) | |
tree | ba78861e29de15874767b80aa991030a87cc3a1c /extra | |
parent | 2a50076f4ca7153972d2e792f576874965568441 (diff) | |
download | alacritty-20e3040be0a4ca75a41525e91996adf1a7bc6445.tar.gz alacritty-20e3040be0a4ca75a41525e91996adf1a7bc6445.zip |
Fix hang on startup with some Wayland compositorsalacritty_terminal_v0.21.0
Fixes #7665.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/man/alacritty.5.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index d5f12554..f42b74e3 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -739,8 +739,8 @@ This section documents the *[keyboard]* table of the configuration file. _https://docs.rs/winit/latest/winit/keyboard/enum.Key.html#variant.Dead_ Numpad keys are prefixed by _Numpad_: _"NumpadEnter"_ | _"NumpadAdd"_ | - _"NumpadComma"_ | _"NumpadDivide"_ | _"NumpadEquals"_ | _"NumpadSubtract"_ | - _"NumpadMultiply"_ | _"Numpad[0-9]"_. + _"NumpadComma"_ | _"NumpadDecimal"_ | _"NumpadDivide"_ | _"NumpadEquals"_ | + _"NumpadSubtract"_ | _"NumpadMultiply"_ | _"Numpad[0-9]"_. The _key_ field also supports using scancodes, which are specified as a decimal number. |