Layout text changed on XcbStateNotify event.

This commit is contained in:
André Marçais 2020-06-02 11:02:01 -04:00
parent 7982dfd6fe
commit 58b6f3ba96
1 changed files with 1 additions and 0 deletions

View File

@ -882,6 +882,7 @@ static void process_xkb_event(xcb_generic_event_t *gevent) {
event->state_notify.baseGroup,
event->state_notify.latchedGroup,
event->state_notify.lockedGroup);
layout_text = get_keylayoutname(keylayout_mode, conn);
break;
}
}