Hi,
reference: http://stackoverflow.com/questions/31337319/vs-2013-sdk-how-to-keybind-hotkey-only-for-code-window-editor
I dynamically generate CommandBarButtons
and have no vsct File to do the keybindings.I can use sth like "&W" in the Caption but how do I us the control or shift key also?
.shortcuttext = "shift+W" doenst work :-(
With only "W" it works.