0

Is it possible to execute a keyboard shortcut with jquery. Shortcut Ctrl+Shift+I which opens Google Chrome Inspect Element. Tried: http://jsfiddle.net/r80nLhku/1/

Mamun Sardar
  • 2,679
  • 4
  • 36
  • 44

1 Answers1

0

You can't send arbitrary key presses to the window from JavaScript... It's a security issue. This would mean you could force any user to literally go to any site (and worse, ie. control their computer).

Community
  • 1
  • 1
Shadowen
  • 838
  • 5
  • 14