Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input: Fix
hyprctl switchxkblayout
not actually changing layout (#7070
) Emits `SModifiersEvent` in `updateModifiers()` Before the patch: Changing layout with `hyprctl switchxkblayout ...` results in: * active keymap in `hyprctl devices` is changed * no event * no layout is actually changed UNTIL you press one of the mod keys (Alt | Shift | Super | Ctrl) After: * active keymap in `hyprctl devices` changed * activelayout IPC event emitted * layout is changed This fixes #7044
- Loading branch information