VsixCommunity / Community.VisualStudio.Toolkit

Making it easier to write Visual Studio extensions
Other
261 stars 44 forks source link

Cannot set global keybinding #452

Open timheuer opened 1 year ago

timheuer commented 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?

reduckted commented 1 year ago

guidVSStd97 should work.

<KeyBindings>
    <KeyBinding guid="ProjectFilterPackage" id="FilterProjectsCommand" editor="guidVSStd97" key1="U" mod1="Control Shift"/>
</KeyBindings>

image