Open timheuer opened 1 year ago
I'm trying to create a global keybinding but the tools require in the vsct to have editor set -- how can i set a global keybinding?
editor
guidVSStd97 should work.
guidVSStd97
<KeyBindings> <KeyBinding guid="ProjectFilterPackage" id="FilterProjectsCommand" editor="guidVSStd97" key1="U" mod1="Control Shift"/> </KeyBindings>
I'm trying to create a global keybinding but the tools require in the vsct to have
editor
set -- how can i set a global keybinding?