Skip to content

Instantly share code, notes, and snippets.

@cocodrips
Last active December 21, 2015 17:19
Show Gist options
  • Save cocodrips/6339857 to your computer and use it in GitHub Desktop.
Save cocodrips/6339857 to your computer and use it in GitHub Desktop.
【ChromeExtension】ショートカットキーを追加する
...
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
}
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment