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
{{ message }}
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.
CC will not fire a "char" event when control is held while pressing a character (eg. m). However, it will fire a "key" event, and my tests conclude Mimic does not.
CC will not fire a "char" event when control is held while pressing a character (eg. m). However, it will fire a "key" event, and my tests conclude Mimic does not.
To test:
Run the script, hold left control and press "m". The number 29 will be printed (code for control) but the number for m (50) will not.
The text was updated successfully, but these errors were encountered: