While there's a separate event to deliver modifiers for keyboard, unfortunately, it's not even remotely reflects the modifiers state. Thus use events along side regular modifier updates to correctly detect the state. Also, apply the modifiers from the regular key event by converting their state to xkb modifiers state. Links: https://github.com/alacritty/alacritty/issues/7549 Closes: #3388 |
||
|---|---|---|
| .. | ||
| event_loop | ||
| seat | ||
| types | ||
| window | ||
| mod.rs | ||
| output.rs | ||
| state.rs | ||