Added keybinding to refresh dashboard

This commit is contained in:
Elio Struyf
2024-03-27 12:12:57 +01:00
parent c17400ce6d
commit 7ea386328c
+5
View File
@@ -75,6 +75,11 @@
"key": "alt+d"
},
{
"command": "workbench.action.webview.reloadWebviewAction",
"key": "ctrl+r",
"mac": "cmd+r",
"when": "activeWebviewPanelId == frontMatterDashboard"
}, {
"command": "frontMatter.insertMedia",
"key": "ctrl+shift+i",
"mac": "cmd+shift+i",