In JavaScript there are Event Listeners for keyboard strokes, but I do not know how to add more than one. Much like in Word when you press Ctrl + I or Cmd + I (on Mac), I was wondering how you do this in JavaScript (if possible).
Asked
Active
Viewed 88 times
0
-
Possible duplicate of [How to detect if multiple keys are pressed at once using JavaScript?](https://stackoverflow.com/questions/5203407/how-to-detect-if-multiple-keys-are-pressed-at-once-using-javascript) – skyline3000 Oct 01 '19 at 15:54
1 Answers
0
This has already been answered, I found this answer: How to detect if multiple keys are pressed at once using JavaScript? by searching for "multiple keystrokes javascript" on google.
Go to section [B] in that article

Thimma
- 1,343
- 7
- 33