How can I hide hotkey text in button tooltips?

Is there a command modifier or other method available to hide hotkeys when showing the button tooltip or the button label? Alternatively, can I show the hotkey text on a separate line?

dopus_hotkey

The reason for hiding the hotkey text is because I have duplicate hotkeys. I added the duplicate hotkeys so that I could include some buttons when using the "Locate toolbar" command.

If there is not a way to completely hide the hotkey text, then perhaps a setting (like show hotkey in button tip) can be added to the button appearance settings:

dopus_button_appearance

What is the tooltip definition? You probably just have to remove it from the end of that.

I think disabling this setting is what you're looking for, for the tooltips at least:
"Show shortcut keys in help text"

Before:
image

After unchecking it:
image

That works! Thanks!

I feel it would be useful to also be able to selectively hide the shortcut keys on a per button basis!