I am trying to make a script run when Ctrl + Alt + e is pressed. How can Tampermonkey fire on a simultaneous ctrl, alt, and e key? I have tried ctrlKey, and altKey. I’ve found nothing that works. How can I edit the script below to fire on Ctrl + Alt + e, instead of just e? Answer Refer