JavaScript detecting key combinations
The other day we built this cool tool to detect which key was pressed.
And as you may have seen, it could only register one key at a time.
Today I want to look at how we can capture some combination of keys.
This version will be based on only modifie...
h.daily-dev-tips.com3 min read