Skip to content

Commit dc0c57b

Browse files
committed
fix(browser): open from keybindings
1 parent be0dd77 commit dc0c57b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addons/browser/keybindings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
"label": "Open Web Page#!browser.2",
44
"accelerator": "CmdOrCtrl+Alt+O",
5-
"command": "open-browser"
5+
"command": "open-browser",
6+
"args": [""]
67
}
78
]

0 commit comments

Comments
 (0)