Keyboard Shortcuts in Google Chrome / Chromium Extensions Keyboard Shortcuts in Google Chrome / Chromium Extensions google-chrome google-chrome

Keyboard Shortcuts in Google Chrome / Chromium Extensions


Unfortunately there's no way to hook into global hotkeys. The best you can do is add a window event keypress listener.

Source: a Chromium developer post on the chromium-extensions group.


Keyboard shortcuts are implemented with chrome.commands in Chrome 25 and above: developer.chrome.com/apps/commands.html.