genodelabs / genode-world

Collection of community-maintained components for Genode
Other
44 stars 46 forks source link

sdl_vnc does not submit translated key presses #367

Closed jschlatow closed 4 weeks ago

jschlatow commented 1 month ago

Currently, sdl_vnc basically transmits scancodes to the VNC server so that it is impossible to enter upper case letters. Since our port of sdl already stores the codepoint in the unicode field of SDL_Keysym, sdl_vnc can use this instead when transmitting key events.

jschlatow commented 1 month ago

Fixed by 5caa4e2. I've published an updated version of sdl_vnc in my depot (2024-05-06).