Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - HawkWide

Pages: 1
1
Thank you for answering my question.
I understand.
The second argument is the string to be displayed by hotkey assignment on the settings screen.
my misunderstanding.

2
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)"
                                                                                                           ^^^^^^^^?

Pages: 1