Add a default shortcut key for browser action.

This commit is contained in:
FelisCatus 2014-12-19 21:00:19 +08:00
parent 1acc373a9f
commit 4fa13c686d

View File

@ -33,5 +33,12 @@
"https://*/*",
"ftp://*/*",
"<all_urls>"
]
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+O"
}
}
}
}