You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like vte is not handling the super (Windows) key the same way that kitty does. This looks like a vte bug. I'll try and diagnose it and open an upstream bug, but I probably won't be able to do it until Monday at the earliest.
The short answer is, there's really no agreement on what to do with <super>-<letter> key combinations, so if you want that key combination to work, the best answer right now is to stick with kitty, as that seems to do what you want in that situation. Not to say that we won't work on it, but it'll probably be a slow process.
Describe the bug
When I set the keymap for Super/Win key in my neovim Lua config like that (Win+n):
To Reproduce
Add above config into init.lua ...
Expected behavior
:]
Desktop (please complete the following information):
Additional context
It working in kitty terminal without any problems.
The text was updated successfully, but these errors were encountered: