inkdrop-command-palette/menus/commandpalette.json
2022-08-17 05:11:16 +08:00

18 lines
307 B
JSON

{
"menu": [
{
"label": "Plugins",
"submenu": [
{
"label": "Command Palette",
"submenu": [
{
"label": "Show/Hide Command Palette",
"command": "commandpalette:toggle"
}
]
}
]
}
]
}