mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
Problem: The TUI doesn't forward a key properly when it has unsupported
modifiers like NumLock.
Solution: Don't try to add modifiers when only unsupported modifiers are
present.
Related #33791