Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keyboard: fix redundant leave/enter on creation
Currently if a second keyboard input device is created river will send a wl_keyboard.leave event immediately followed by a wl_keyboard.enter event. This serves no purpose and can confuse clients, in particular due to fctix creating/destroying virtual keyboards on focus change. Fixes: https://codeberg.org/river/river/issues/1062 References: fcitx/fcitx5#1044
- Loading branch information