Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Added shortcut keys for advanced collision editor
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed May 10, 2018
1 parent 1a5add6 commit a34dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrawlBox/NodeWrappers/CollisionWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static CollisionWrapper()
{
_menu = new ContextMenuStrip();
_menu.Items.Add(new ToolStripMenuItem("&Preview / Edit", null, EditAction, Keys.Control | Keys.P));
_menu.Items.Add(new ToolStripMenuItem("&Advanced Editor", null, AdvancedEditAction));
_menu.Items.Add(new ToolStripMenuItem("&Advanced Editor", null, AdvancedEditAction, Keys.Control | Keys.Shift | Keys.P));
_menu.Items.Add(new ToolStripSeparator());
_menu.Items.Add(new ToolStripMenuItem("&Merge", null, MergeAction, Keys.Control | Keys.M));
_menu.Items.Add(new ToolStripSeparator());
Expand Down

0 comments on commit a34dc78

Please sign in to comment.