fredizzimo
fredizzimo
It looks like it's not fixed on X11 yet. But Wayland should work, at least if you follow the above instructions.
@wengxt, the problem with X11 is that nothing seems to be triggered at all for me at the moment, and other have reported the same in #1899. On Wayland I...
X11 should now work with #1899
I think this might be fixed by the new winit version merged here https://github.com/neovide/neovide/pull/1789. Could you try again with the latest master?
Closing, this is either an upstream or winit bug that should be fixed by now. If not, please re-open
The new winit keyboard API is now merged in https://github.com/neovide/neovide/pull/1789. But I don't think it completely fixes the issue. See: #994 #1646 https://github.com/neovide/neovide/issues/1862
This should be fixed by #1899, it would be great if you can test that.
@Hubro, which shell are you using. Maybe that's a feature or a mapping of that?
Yes, it should not be able to affect that. The only thing I can think of is that either you or some plugin has added a `` mapping previously. You...
I guess one thing you could do is to run `neovide --log` It should show things like `Key pressed` and show what's sent to Neovim, to see if there's something...