Hi,
I have an isolated shell based application. I would like to move the "Properties Window" menu item from the "View" menu to the "View -> Other Windows" menu. Also, I would like to change the accelerator key from"F4" to "Alt+Enter" just like in Visual Studio.
I have tried to remove the menu item altogether by uncommenting in ApplicationCommands.vsct but the menu item is still displayed.
<Define name="No_PropertiesWindowCommand"/>Regards,
-Martin