I am building a program that will display on-screen during presentations the keys I press + what they mean for the currently active application.
I thought I'd add all menus and hotkeys for my Visual Studio, but I noticed one odd thing.
When I press Alt+E, F
, for Edit->Find and Replace
, the sub-menu pops open, but when I press Alt+E, K
for Edit->Bookmarks
it only selects it, and after fiddling with it for a few minutes, I noticed I had two Bookmarks items on the Edit menu.
Is this normal? Is perhaps one of the items from an addin? If so, can I find out which? It seems the two menus overlap somewhat, but not quite.
Apparently there's two menu items with the same shortcuts configured:
- K: Bookmarks x 2
- A: Select All and Code Navigation
Can someone verify if they have those as well, in which case I just have to add an Enter key inside the key sequence, ie. Alt+E, K, Enter, T, 0
for "Toggle Bookmark #0".