How to remove a shortcut in Visual Studio?

I created a binding for Visual Studio Edit.BriefBookmarkDropx :

  • Edit.BriefBookmarkDrop1 : Ctrl + Shift + 1
  • Edit.BriefBookmarkDrop2 : Ctrl + Shift + 2
  • Edit.BriefBookmarkDrop3 : Ctrl + Shift + 3
    ...
  • Edit.BriefBookmarkDrop9 : Ctrl + Shift + 9

Using Tools -> Options -> Keyboard :

enter image description here

Also, when I press Ctrl + Shift + 2 , nothing happens:

enter image description here

I know that Microsoft loves to spoof Visual Studio features. What is the secret trick I miss?


Note. I install DPack in Visual Studio Professional, an addon that provides short bookmarks (and a number of other essential features). Do not confuse this to answer my question:

Reading bonuses

+5
visual-studio visual-studio-2010 bookmarks
source share
1 answer

Four years passed, but I realized that. Everything I did was right. The only problem is that Visual Studio is stupid. Here's how to configure Visual Studio to remove the Brief bookmark:

enter image description here

How does this differ from what I showed in the question?

  • Cannot Use the new shortcut in: Global
  • It works . Use the new shortcut in: Text Editor

By default, any keys that you associate in the Global space do nothing.

What begs the question, why does this parameter exist, and what is the default value? But usability is not something the Visual Studio team is proud of.

+4
source share

All Articles