You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Ctrl+key combos inserting characters in text fields on Wayland
On native Wayland, GLFW fires a separate char event after the "main" key
event, leading to quirky behaviour (eg. with `Ctrl+a`). This new mixin
fixes it by cancelling the secondary key event if the Ctrl modifier is
set.
0 commit comments