Skip to content

Commit

Permalink
Extension default shortcut to open panel (#8942)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored Nov 27, 2024
1 parent 68abb7c commit 3cadd72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"action": {
"default_title": "Open Dust side panel"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl + Right",
"mac": "Command + Right"
}
}
},
"side_panel": {
"default_path": "main.html"
},
Expand Down

0 comments on commit 3cadd72

Please sign in to comment.