TigerVNC / tigervnc

High performance, multi-platform VNC client and server
https://tigervnc.org
GNU General Public License v2.0
5.09k stars 934 forks source link

AltGR not working with Ubuntu and Win11 RealVncViewer #1751

Closed mpovel closed 5 months ago

mpovel commented 5 months ago

When trying to write |,@ or any other key requireing AltGRr on german keyboard, key is not accepted.

Connect from WIN11 RealVNCClient to sytem running tigervnc x0 server I try to type any symbol using AltGr in terminal, so key is seen. Works perfect with Raspberry PI and the default VNC (RealVNCServer, that is the reason I need this client)

Expected behavior The keys should work as with raspbian even if using tigervnc x0 server.

Client (please complete the following information):

Server (please complete the following information):

Additional context Issue does not occure with raspberry, only with the tigervnc

Works with tigervnc client OK, but my expectation would be portability between different clients...

CendioOssman commented 5 months ago

Please see #528. x0vncserver doesn't have fancy enough keyboard handling yet.

Assuming RealVNC sends proper keyboard events, you should be able to work around the issue by having the same keyboard layout on both the client and server. If that still doesn't work, then I would assume that RealVNC is sending bad keyboard events and more magic would be needed in our end to compensate for that fact.