feat(linux): match state of original event when creating fake event
We forward a fake event for both keydown and keyup. This change will set the flag on the fake event so that we get keydown and keyup. This is probably not technically necessary, but it helps in debugging because you can then see that both fake events still belong to the same keypress.
parent
dba20022
Please register or sign in to comment