Skip to content

status/keyboard: Ignore purpose hint changes while keymap switcher is shown [43]

Carlos Garnacho requested to merge wip/carlosg/unfocused-purpose-43 into gnome-43

If we are getting purpose hint changes while the language switcher is popped up, this likely means the purpose hint was actually triggered by the key focus change induced by the language switcher popping up.

In this case, we on one hand would like to preserve the state that applied before thise focus change, and on the other we very much want to avoid the keymap change that would forget about the keys being pressed.

(Cherry-picked from commit 2e8e1fe8)

Merge request reports