inkdrop-command-palette/menus/commandpalette.json
2022-08-24 16:08:38 +08:00

18 lines
302 B
JSON

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