Skip to content

Commit

Permalink
Kybinding adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-visual-studio committed Nov 11, 2021
1 parent 620c8da commit fe7829a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DPackRx/Package/CommandBindings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public static ICollection<CommandNameAttribute> Commands
new CommandNameAttribute("View.ViewDesigner", "F7", ContextGuids.vsContextGuidHTMLSourceView),
new CommandNameAttribute("View.ViewDesigner", "F7", ContextGuids.vsContextGuidTextEditor),
new CommandNameAttribute("EditorContextMenus.CodeWindow.RemoveAndSort", "Ctrl+Shift+Alt+U"),
new CommandNameAttribute("Edit.RemoveAndSort", "Ctrl+Shift+Alt+U"),
new CommandNameAttribute("View.FindResults1", "Ctrl+K, Ctrl+1"),
new CommandNameAttribute("View.FindResults2", "Ctrl+K, Ctrl+2"),

Expand Down

0 comments on commit fe7829a

Please sign in to comment.