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
I noticed that metaKey is used to simulate diferent touches events.
On Windows this key opens the Start menu which is too annoying.
I suggest to map to other key like Ctrl or Alt by adding a second check in the mc.on() function. ev.srcEvent.altKey or ev.srcEvent.ctrlKey should work.
Helpful for testing.
The text was updated successfully, but these errors were encountered: