Browse Source

fix #344: Shortcut Ctrl+Shift+V is duplicate; remove shortcut from "Validate XML" command

pull/343/merge
Siegfried Pammer 12 years ago
parent
commit
be93c8d1f2
  1. 3
      src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.addin

3
src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.addin

@ -103,8 +103,7 @@ @@ -103,8 +103,7 @@
class="ICSharpCode.XmlEditor.CreateSchemaCommand"/>
<MenuItem id="ValidateXml"
label="${res:ICSharpCode.XmlEditor.ValidateXmlMenuLabel}"
class="ICSharpCode.XmlEditor.ValidateXmlCommand"
shortcut="Control|Shift|V"/>
class="ICSharpCode.XmlEditor.ValidateXmlCommand"/>
<MenuItem id="GoToDefinition"
label="${res:ICSharpCode.NAntAddIn.GotoDefinitionMenuLabel}"
class="ICSharpCode.XmlEditor.GoToSchemaDefinitionCommand"/>

Loading…
Cancel
Save