diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c index 4c7c76e1d..def91904a 100644 --- a/src/bin/e_xkb.c +++ b/src/bin/e_xkb.c @@ -172,6 +172,8 @@ _e_wl_xkb_update(int cur_group) e_comp_wl_input_keymap_set(NULL, cl->model, cl->name, NULL, NULL); INF("Set wl keyboard to %s %s", cl->model, cl->name); + e_config->xkb.cur_group = cur_group; + _e_xkb_update_event(cur_group); #else (void) cur_group; #endif