We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0dd77 commit dc0c57bCopy full SHA for dc0c57b
addons/browser/keybindings.json
@@ -2,6 +2,7 @@
2
{
3
"label": "Open Web Page#!browser.2",
4
"accelerator": "CmdOrCtrl+Alt+O",
5
- "command": "open-browser"
+ "command": "open-browser",
6
+ "args": [""]
7
}
8
]
0 commit comments