I'm currently developing a small plugin for myself.
I figured out how to add this plugin menu to MusicBee, but I don't know how to assign hotkeys.
What should I write in the second argument "hotkeyDescription" of the MB_AddMenuItem API?
Please tell me the specific method to write it.
I checked the source code of the "TagTools" plugin, but it is null, so I don't know.
ex.
"mbApiInterface.MB_AddMenuItem("mnuTools/" + "TEST", "Ctrl + T", null)"
^^^^^^^^?