Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.92k stars 165 forks source link

PgUp comes through as slash (/) #4352

Closed molecularentropy closed 2 weeks ago

molecularentropy commented 2 weeks ago

Connecting to my xpra session (attach), pressing PgUp on the client, a '/' character gets written (I'm in a text editor)

To Reproduce Steps to reproduce the behavior:

  1. start the server: XPRA_USE_NATIVE_TRAY=0 xpra start ssh://user@192.168.0.3/ --tray=yes --dpi=96 --border=red,2 --opengl=no --start=/usr/bin/xfce4-terminal
  2. attach to the server: XPRA_USE_NATIVE_TRAY=0 xpra attach ssh://user@192.168.0.3/ --tray=yes --dpi=96 --border=red,2 --opengl=no
  3. Go to a text editor, press PgUp, a slash gets inserted.

System Information:

totaam commented 2 weeks ago

Xpra Server Version: 4.4.6-r29

This is not a supported version - there were quite a few keyboard fixes in 6.1.x, especially relevant for platforms that do not expose the full keymap (ie: Wayland).

Please see https://github.com/Xpra-org/xpra/blob/master/docs/Features/Keyboard.md#reporting-bugs

molecularentropy commented 2 weeks ago

Aye caramba! Okay, I shall upgrade to 6.x and report back here.

molecularentropy commented 2 weeks ago

That seems to fix it. Cheers!

totaam commented 2 weeks ago

Same as #4292