https://bugs.freedesktop.org/show_bug.cgi?id=62171
--- Comment #1 from Kristian Høgsberg <[email protected]> --- xwayland-input.c:146: /* FIXME: Get the keymap from wl_keyboard::keymap events, which * requires more X server API to set a keymap from a string * rather than RMLVO. */ rmlvo.rules = "evdev"; rmlvo.model = "evdev"; rmlvo.layout = "us"; rmlvo.variant = NULL; rmlvo.options = NULL; We need to add a XKB function to compile from the keymap file we pass to clients and use that in InitKeyboardDeviceStruct() or new, similar function. This affects xwayland integration with all compositors. GNOME Shell, eg, not just weston. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
