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.98k stars 169 forks source link

Fix --keyboard-sync command line option #4340

Closed unisons closed 2 months ago

unisons commented 2 months ago

The "sync" is not in prop but prop['keymap']

Check out the code below: https://github.com/Xpra-org/xpra/blob/b16a48f6137e08f43fc38b4d96d16d49b3392ed7/xpra/server/mixins/input.py#L58

totaam commented 2 months ago

Thanks. I thought this had just been fixed a couple of weeks ago, but clearly not.