Skip to content

Commit

Permalink
1.2 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Oct 13, 2016
1 parent c880ca4 commit cfec2a8
Show file tree
Hide file tree
Showing 5 changed files with 1,732 additions and 1,331 deletions.
3 changes: 3 additions & 0 deletions EditorExtensionsRedux/Config/ConfigData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ public class KeyMaps
[XmlElement("ToggleReRoot")]
public KeyCode ToggleReRoot { get; set; }

[XmlElement("StartMasterSnap")]
public KeyCode StartMasterSnap { get; set; }


[XmlElement ("CompoundPartAlign")]
public KeyCode CompoundPartAlign { get; set; }
Expand Down
1 change: 1 addition & 0 deletions EditorExtensionsRedux/Config/ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public static ConfigData CreateDefaultConfig (string configFilePath, string vers
HorizontalSnap = KeyCode.H,
CompoundPartAlign = KeyCode.U,
ToggleReRoot = KeyCode.K,
StartMasterSnap = KeyCode.LeftControl,

Up = KeyCode.UpArrow,
Down = KeyCode.DownArrow,
Expand Down
Loading

0 comments on commit cfec2a8

Please sign in to comment.