inkdrop-command-palette/menus/commandpalette.json

19 lines
307 B
JSON
Raw Normal View History

2022-08-16 21:11:16 +00:00
{
"menu": [
{
"label": "Plugins",
"submenu": [
{
"label": "Command Palette",
"submenu": [
{
"label": "Show/Hide Command Palette",
"command": "commandpalette:toggle"
}
]
}
]
}
]
}