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
It is redundant to convert the KeyboardEvent back to char so we can create an action object for dispatch actions.
It is much easier if here we only send the type of event (keydown/keyup) and the character. Then in the remote side, it perform dispatch_actions which will call dispatch_keydown and dispatch_keyup.