mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
Add a default shortcut key for browser action.
This commit is contained in:
parent
1acc373a9f
commit
4fa13c686d
@ -33,5 +33,12 @@
|
|||||||
"https://*/*",
|
"https://*/*",
|
||||||
"ftp://*/*",
|
"ftp://*/*",
|
||||||
"<all_urls>"
|
"<all_urls>"
|
||||||
]
|
],
|
||||||
|
"commands": {
|
||||||
|
"_execute_browser_action": {
|
||||||
|
"suggested_key": {
|
||||||
|
"default": "Alt+Shift+O"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user