Open mseddon opened 10 months ago
Yes, the key mapping feature sends X events. It only works for X applications and only if spacenavd successfully connects to the X server, so any X authentication issues will prevent it from working too.
I'm marking this as a feature request, but I don't plan on implementing wayland keyboard mapping myself. I'm not at all interested in wayland, I consider it a step backwards, but if anyone else wishes to work on this, I'll gladly accept patches/pull requests about it.
it might be possible to implement this using libei now
Unless I'm misreading the libei readme file, it sounds like the wayland compositor needs to support libei specifically for this to work. It feels like a kludge, and far from a universal solution for implementing "keystrokes on wayland".
Also no external libraries unless absolutely necessary.
It's the most universal you can get in Wayland
I am trying to support shift / alt / ctrl modifiers under wayland for Blender using wayland (without xwayland). Unfortunately this is not working for me-
xev
does not acknowledge any key events at all from my spacenavigator device.Am I correct in thinking this is unsupported at present, and that running xwayland is the right solution in the meantime?