2

Is there anyway to send keyboard events for "left & right arrow keys" through a Chrome extension? I know that client-side javascript cannot send keyboard events, so I was wondering if Google Chrome had any browser APIs to simulate keyboard presses.

Carpetfizz
  • 8,707
  • 22
  • 85
  • 146
  • You want to listen or emulate the key strokes? – Gaël Barbin Apr 02 '15 at 03:07
  • 1
    Take a look at [this question](http://stackoverflow.com/q/26816306/934239) - where CTRL + SHIFT + ALT + S was sent from an extension (ironically, by injecting a script into the page's context) – Xan Apr 02 '15 at 07:24

0 Answers0