Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Numbed keys are not recognized when kakoune is used in alacritty v13 #5094

Closed
6he opened this issue Jan 26, 2024 · 1 comment
Closed
Labels

Comments

@6he
Copy link

6he commented Jan 26, 2024

Version of Kakoune

v2023.08.05

Reproducer

Open kakoune in alacritty v13 go in insert mode and enter a numer on the numpad.

Outcome

Placeholders are displayed instead of the numbers entered on the numpad.

image

Expectations

The numbers entered on the numpad should be displayed.

Additional information

  • When using kakoune with alacrity v12 the bug does not happen.
  • I tested neovim with alacritty v13. neovim displays the numbers correctly. So it seems the bug is on the kakoune side.
  • As a workaround for the numbers on the keypad you can put the following in your alacritty.toml:
[keyboard]
bindings = [
 { key = "1", mods = "None", chars = "1" },
 { key = "2", mods = "None", chars = "2" },
 { key = "3", mods = "None", chars = "3" },
 { key = "4", mods = "None", chars = "4" },
 { key = "5", mods = "None", chars = "5" },
 { key = "6", mods = "None", chars = "6" },
 { key = "7", mods = "None", chars = "7" },
 { key = "8", mods = "None", chars = "8" },
 { key = "9", mods = "None", chars = "9" },
 { key = "0", mods = "None", chars = "0" },
]
@6he 6he added the bug label Jan 26, 2024
@6he
Copy link
Author

6he commented Mar 12, 2024

I switched to KDE with Wayland and the bug does not occur there. It seems it's a problem related to X.
As far as I'm concerned the bug can be closed.

@6he 6he closed this as completed Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant