multisn8

Results 208 comments of multisn8

Indeed. But it may be enough to "avoid" other issues with Xwayland, such as #1278.

(I'm looking into this issue for the first time) Neovide not picking up the `init.vim` sounds a lot like https://github.com/neovide/neovide/issues/1208#issuecomment-1042108219.

Neovide just forwards all key commands to NeoVim, which indeed does not have Cmd + V (or `` in Vim) bound to anything. You can use the `clipboard` option and...

@terhechte (you probably meant this is a Neovide issue) That's valid, feel free to try it out! I think it should be as simple as manually implementing the `Default` trait...

Unfortunately fronts are hitting against each other in this case. Some users might have Cmd + V mapped to something else, as it is the same combination as Meta +...

I'm not really active on Neovide for a week or two, but yeah, that's a valid solution. Note that this won't fix anything on Wayland though, as there we have...

> `[wayland-client error] Attempted to dispatch unknown opcode 0 for wl_shm, aborting.` Guess this would be yet another issue solved by using upstream winit, looking at https://github.com/ggez/ggez/issues/942 and https://github.com/rust-windowing/winit/issues/1942.

No, we're using a fork of winit with some branches merged to get access to a new keyboard API quickly. But this caused us to stay behind with our fork...

...oh wow, I completely forgot about this, sorry. I'll tackle this now.

Hm. Originally I thought I'd only need to cherry-pick that one commit, but it turned out I'd need to cherry pick https://github.com/rust-windowing/winit/commit/c9520deef85ef3f4957c2e7dc1664a77b61ee3dd, https://github.com/rust-windowing/winit/commit/b5d0d6ff3e2b113ea39e750852e90fa9af83817a, https://github.com/rust-windowing/winit/commit/9768f73bb73af3e82df6468067e081dc542b7eb9, https://github.com/rust-windowing/winit/commit/ed698f2462467cc8b9a178238baeef5bb32a19d5, https://github.com/rust-windowing/winit/commit/aac28d24ac7b80fe68264a9dbdc2f1312417fcda, https://github.com/rust-windowing/winit/commit/f04fa5d54f4ec10cdb6d084deeb79d3e6d27ae67, https://github.com/rust-windowing/winit/commit/, https://github.com/rust-windowing/winit/commit/829a140d9ba8c313c65cee038a450ca04e8aa084, https://github.com/rust-windowing/winit/commit/c93ef47b9b05a561d8bfe85905cdfd38663b7c52...