What is AngularJS way to create global keyboard shortcuts?

后端 未结 12 2147
一整个雨季
一整个雨季 2020-11-30 22:04

I suppose that I should use directive, but it seems strange to add directive to body, but listen events on document.

What is a proper way to do this?

UPDATE:

12条回答
  •  余生分开走
    2020-11-30 22:41

    Check this example from the guys behid ng-newsletter.com; check their tutorial on creating a 2048 game, it has some nice code using a service for keyboard events.

提交回复
热议问题