I am taking my first crack at building a Visual Studio add-in (using C#). When the add-in is enabled, I want it to execute some code in response to a a sequence of keyboard input (e.g. CTRL + ALT + P...or whatever). Unfortunately, every time I find a method in Microsoft's documentation that I think might work, I find that it is commented as being for "Microsoft Internal Use Only".
Thanks in advance your suggestions.
To clarify what I mean by "Add-in", please see the following link: http://msdn.microsoft.com/en-us/library/80493a3w%28v=vs.110%29.aspx