> <@ahmadranirilidg:matrix.org> Hello, I'm trying some examples of qt wayland compositior (from qtwayland5-examples package). It's launchable both from TTY or nested. I notice that if I launch the compositor from TTY, my keyboard input become double, like if I type "l", the output become "ll". It doesn't happen when I launch it as nested compositor. Any clue ? Thanks. > I launch the compositor with this command : > ``` > compositor --platform eglfs > ``` maybe it reads the keyboard through multiple paths, like from both the console (/dev/tty) and from /dev/input/eventX