/// <summary>
 /// Initializes a new instance of the <see cref="ActionKeybindings"/> class.
 /// </summary>
 public ActionKeybindings()
 {
     keybindings        = new ActionKeybindingCollection();
     actionKeybindings  = new Dictionary <string, List <HierarchicalPath> >();
     currentAccelerator = HierarchicalPath.AbsoluteRoot;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ActionKeybindings"/> class.
 /// </summary>
 public ActionKeybindings()
 {
     keybindings = new ActionKeybindingCollection();
     actionKeybindings = new Dictionary<string, List<HierarchicalPath>>();
     currentAccelerator = HierarchicalPath.AbsoluteRoot;
 }