When creating a command for a package I normally create OleMenuCommand and register it in .vsct by creating IDSymbol and referencing it in Buttons section - this works as expected.
Now I want to create command without button at all (only key binding). How can I do that?