Xpra: Ticket #26: keyboard detection code should live in platform

rather than exporting X11_KEYMAPS from the platform code:

from xpra.platform import X11_KEYMAPS

We should export a get_keymapping_data method from there which returns (xkbmap_print, xkbmap_query, xmodmap_data). The existing code can then be moved to the posix implementation and we then have the possibility of doing something else for osx/win32 (returning None until implemented).



Tue, 20 Sep 2011 10:08:25 GMT - Antoine Martin: status, component changed


Fri, 23 Sep 2011 14:27:48 GMT - Antoine Martin: status changed; resolution set

done in r187

Also the server only applies a keymap when needed (when a client connects) rather than on start.


Mon, 20 Feb 2012 19:59:54 GMT - Antoine Martin: version set


Sat, 23 Jan 2021 04:43:32 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/26