xpra icon indicating copy to clipboard operation
xpra copied to clipboard

use Xkb for keyboard mapping

Open totaam opened this issue 10 years ago • 7 comments

Follow up from #371 (now changed title).

This is what Xephyr does / will be doing soon: [http://lists.x.org/archives/xorg-devel/2015-December/048155.html] / [https://patchwork.freedesktop.org/patch/67342/].

totaam avatar Dec 09 '15 05:12 totaam

This should allow us to workaround limitations in the core API, like having just 8 keysyms per keycode (see #1607#comment:3).

totaam avatar Oct 01 '17 11:10 totaam

This would help with #387

totaam avatar Jul 03 '19 16:07 totaam

See also #856

For wayland servers: #387

https://github.com/xkbcommon/libxkbcommon

totaam avatar Jul 25 '19 14:07 totaam

See also #2597

totaam avatar Feb 12 '20 05:02 totaam

This needs doing because the group mapping is now done better in the non-x11 lookup! See eaa3f03a2ccb8e9dc2d583a9bb2913de8c3c1dc5 and #4639

totaam avatar Aug 13 '25 10:08 totaam

We may already want to add support for the very poorly documented XKLAVIER_STATE via: https://www.freedesktop.org/wiki/Software/LibXklavier/ wrong key sent when multiple keyboard layouts are configured

totaam avatar Nov 21 '25 14:11 totaam