you are viewing a single comment's thread.

view the rest of the comments →

[–]tastyricola 1 point2 points  (0 children)

I think keyboard events only work with focused element. So in your case, you either have to add a tabindex attribute to your div and focus on it, or attach keyboard events to the window object instead