|
|
|
|
@@ -42,66 +42,66 @@ public static class MainConfiguration
|
|
|
|
|
{
|
|
|
|
|
return new List<CommandBindingConfiguration>()
|
|
|
|
|
{
|
|
|
|
|
new CommandBindingConfiguration(Commands.AutoRefresh, new KeyConfig(Key.R, shift: true)),
|
|
|
|
|
new CommandBindingConfiguration(Commands.ChangeTimelineMode, new[] { Key.T, Key.M }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.CloseTab, Key.Q),
|
|
|
|
|
new CommandBindingConfiguration(Commands.Compress, new[] { Key.Y, Key.C }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.Copy, new[] { Key.Y, Key.Y }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.CopyHash, new[] { Key.C, Key.H }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.CopyPath, new[] { Key.C, Key.P }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.CreateContainer, Key.F7),
|
|
|
|
|
new CommandBindingConfiguration(Commands.CreateContainer, new[] { Key.C, Key.C }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.CreateElement, new[] { Key.C, Key.E }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.Cut, new[] { Key.D, Key.D }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.Edit, new KeyConfig(Key.F4)),
|
|
|
|
|
new CommandBindingConfiguration(Commands.EnterRapidTravel, new KeyConfig(Key.OemComma, shift: true)),
|
|
|
|
|
new CommandBindingConfiguration(Commands.FindByName, new[] { Key.F, Key.N }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.FindByNameRegex, new[] { Key.F, Key.R }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.GoToHome, new[] { Key.G, Key.H }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.GoToPath, new KeyConfig(Key.L, ctrl: true)),
|
|
|
|
|
new CommandBindingConfiguration(Commands.GoToPath, new[] { Key.G, Key.P }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.GoToProvider, new[] { Key.G, Key.T }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.GoToRoot, new[] { Key.G, Key.R }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.HardDelete, new[] { new KeyConfig(Key.D,shift: true), new KeyConfig(Key.D, shift: true) }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.Mark, Key.Space),
|
|
|
|
|
new CommandBindingConfiguration(Commands.MoveToLast, new KeyConfig(Key.G, shift: true)),
|
|
|
|
|
new CommandBindingConfiguration(Commands.MoveToFirst, new[] { Key.G, Key.G }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.NextTimelineBlock, Key.L ),
|
|
|
|
|
new CommandBindingConfiguration(Commands.NextTimelineCommand, Key.J ),
|
|
|
|
|
new CommandBindingConfiguration(Commands.OpenInFileBrowser, new[] { Key.O, Key.E }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.PasteMerge, new[] { Key.P, Key.P }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.PasteOverwrite, new[] { Key.P, Key.O }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.PasteSkip, new[] { Key.P, Key.S }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.PinFavorite, new[] { Key.F, Key.P }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.PreviousTimelineBlock, Key.H ),
|
|
|
|
|
new CommandBindingConfiguration(Commands.PreviousTimelineCommand, Key.K ),
|
|
|
|
|
new CommandBindingConfiguration(Commands.Refresh, Key.R),
|
|
|
|
|
new CommandBindingConfiguration(Commands.Rename, Key.F2),
|
|
|
|
|
new CommandBindingConfiguration(Commands.Rename, new[] { Key.C, Key.W }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.RunCommand, new KeyConfig(Key.D4, shift: true)),
|
|
|
|
|
new CommandBindingConfiguration(Commands.ScanContainerSize, new[] { Key.C, Key.S }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.ShowAllShotcut, Key.F1),
|
|
|
|
|
new CommandBindingConfiguration(Commands.SoftDelete, new[] { new KeyConfig(Key.D), new KeyConfig(Key.D, shift: true) }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.SwitchToLastTab, Key.D9),
|
|
|
|
|
new CommandBindingConfiguration(Commands.SwitchToTab1, Key.D1),
|
|
|
|
|
new CommandBindingConfiguration(Commands.SwitchToTab2, Key.D2),
|
|
|
|
|
new CommandBindingConfiguration(Commands.SwitchToTab3, Key.D3),
|
|
|
|
|
new CommandBindingConfiguration(Commands.SwitchToTab4, Key.D4),
|
|
|
|
|
new CommandBindingConfiguration(Commands.SwitchToTab5, Key.D5),
|
|
|
|
|
new CommandBindingConfiguration(Commands.SwitchToTab6, Key.D6),
|
|
|
|
|
new CommandBindingConfiguration(Commands.SwitchToTab7, Key.D7),
|
|
|
|
|
new CommandBindingConfiguration(Commands.SwitchToTab8, Key.D8),
|
|
|
|
|
new CommandBindingConfiguration(Commands.TimelinePause, new[] { Key.T, Key.P }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.TimelineRefresh, new[] { Key.T, Key.R }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.TimelineStart, new[] { Key.T, Key.S }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.ToggleAdvancedIcons, new[] { Key.Z, Key.I }),
|
|
|
|
|
new CommandBindingConfiguration(Commands.GoUp, Key.Left),
|
|
|
|
|
new CommandBindingConfiguration(Commands.Open, Key.Right),
|
|
|
|
|
new CommandBindingConfiguration(Commands.OpenOrRun, Key.Enter),
|
|
|
|
|
new CommandBindingConfiguration(Commands.MoveCursorUp, Key.Up),
|
|
|
|
|
new CommandBindingConfiguration(Commands.MoveCursorDown, Key.Down),
|
|
|
|
|
new CommandBindingConfiguration(Commands.MoveCursorUpPage, Key.PageUp),
|
|
|
|
|
new CommandBindingConfiguration(Commands.MoveCursorDownPage, Key.PageDown),
|
|
|
|
|
new CommandBindingConfiguration(Command.AutoRefresh, new KeyConfig(Key.R, shift: true)),
|
|
|
|
|
new CommandBindingConfiguration(Command.ChangeTimelineMode, new[] { Key.T, Key.M }),
|
|
|
|
|
new CommandBindingConfiguration(Command.CloseTab, Key.Q),
|
|
|
|
|
new CommandBindingConfiguration(Command.Compress, new[] { Key.Y, Key.C }),
|
|
|
|
|
new CommandBindingConfiguration(Command.Copy, new[] { Key.Y, Key.Y }),
|
|
|
|
|
new CommandBindingConfiguration(Command.CopyHash, new[] { Key.C, Key.H }),
|
|
|
|
|
new CommandBindingConfiguration(Command.CopyPath, new[] { Key.C, Key.P }),
|
|
|
|
|
new CommandBindingConfiguration(Command.CreateContainer, Key.F7),
|
|
|
|
|
new CommandBindingConfiguration(Command.CreateContainer, new[] { Key.C, Key.C }),
|
|
|
|
|
new CommandBindingConfiguration(Command.CreateElement, new[] { Key.C, Key.E }),
|
|
|
|
|
new CommandBindingConfiguration(Command.Cut, new[] { Key.D, Key.D }),
|
|
|
|
|
new CommandBindingConfiguration(Command.Edit, new KeyConfig(Key.F4)),
|
|
|
|
|
new CommandBindingConfiguration(Command.EnterRapidTravel, new KeyConfig(Key.OemComma, shift: true)),
|
|
|
|
|
new CommandBindingConfiguration(Command.FindByName, new[] { Key.F, Key.N }),
|
|
|
|
|
new CommandBindingConfiguration(Command.FindByNameRegex, new[] { Key.F, Key.R }),
|
|
|
|
|
new CommandBindingConfiguration(Command.GoToHome, new[] { Key.G, Key.H }),
|
|
|
|
|
new CommandBindingConfiguration(Command.GoToPath, new KeyConfig(Key.L, ctrl: true)),
|
|
|
|
|
new CommandBindingConfiguration(Command.GoToPath, new[] { Key.G, Key.P }),
|
|
|
|
|
new CommandBindingConfiguration(Command.GoToProvider, new[] { Key.G, Key.T }),
|
|
|
|
|
new CommandBindingConfiguration(Command.GoToRoot, new[] { Key.G, Key.R }),
|
|
|
|
|
new CommandBindingConfiguration(Command.HardDelete, new[] { new KeyConfig(Key.D,shift: true), new KeyConfig(Key.D, shift: true) }),
|
|
|
|
|
new CommandBindingConfiguration(Command.Mark, Key.Space),
|
|
|
|
|
new CommandBindingConfiguration(Command.MoveToLast, new KeyConfig(Key.G, shift: true)),
|
|
|
|
|
new CommandBindingConfiguration(Command.MoveToFirst, new[] { Key.G, Key.G }),
|
|
|
|
|
new CommandBindingConfiguration(Command.NextTimelineBlock, Key.L ),
|
|
|
|
|
new CommandBindingConfiguration(Command.NextTimelineCommand, Key.J ),
|
|
|
|
|
new CommandBindingConfiguration(Command.OpenInFileBrowser, new[] { Key.O, Key.E }),
|
|
|
|
|
new CommandBindingConfiguration(Command.PasteMerge, new[] { Key.P, Key.P }),
|
|
|
|
|
new CommandBindingConfiguration(Command.PasteOverwrite, new[] { Key.P, Key.O }),
|
|
|
|
|
new CommandBindingConfiguration(Command.PasteSkip, new[] { Key.P, Key.S }),
|
|
|
|
|
new CommandBindingConfiguration(Command.PinFavorite, new[] { Key.F, Key.P }),
|
|
|
|
|
new CommandBindingConfiguration(Command.PreviousTimelineBlock, Key.H ),
|
|
|
|
|
new CommandBindingConfiguration(Command.PreviousTimelineCommand, Key.K ),
|
|
|
|
|
new CommandBindingConfiguration(Command.Refresh, Key.R),
|
|
|
|
|
new CommandBindingConfiguration(Command.Rename, Key.F2),
|
|
|
|
|
new CommandBindingConfiguration(Command.Rename, new[] { Key.C, Key.W }),
|
|
|
|
|
new CommandBindingConfiguration(Command.RunCommand, new KeyConfig(Key.D4, shift: true)),
|
|
|
|
|
new CommandBindingConfiguration(Command.ScanContainerSize, new[] { Key.C, Key.S }),
|
|
|
|
|
new CommandBindingConfiguration(Command.ShowAllShotcut, Key.F1),
|
|
|
|
|
new CommandBindingConfiguration(Command.SoftDelete, new[] { new KeyConfig(Key.D), new KeyConfig(Key.D, shift: true) }),
|
|
|
|
|
new CommandBindingConfiguration(Command.SwitchToLastTab, Key.D9),
|
|
|
|
|
new CommandBindingConfiguration(Command.SwitchToTab1, Key.D1),
|
|
|
|
|
new CommandBindingConfiguration(Command.SwitchToTab2, Key.D2),
|
|
|
|
|
new CommandBindingConfiguration(Command.SwitchToTab3, Key.D3),
|
|
|
|
|
new CommandBindingConfiguration(Command.SwitchToTab4, Key.D4),
|
|
|
|
|
new CommandBindingConfiguration(Command.SwitchToTab5, Key.D5),
|
|
|
|
|
new CommandBindingConfiguration(Command.SwitchToTab6, Key.D6),
|
|
|
|
|
new CommandBindingConfiguration(Command.SwitchToTab7, Key.D7),
|
|
|
|
|
new CommandBindingConfiguration(Command.SwitchToTab8, Key.D8),
|
|
|
|
|
new CommandBindingConfiguration(Command.TimelinePause, new[] { Key.T, Key.P }),
|
|
|
|
|
new CommandBindingConfiguration(Command.TimelineRefresh, new[] { Key.T, Key.R }),
|
|
|
|
|
new CommandBindingConfiguration(Command.TimelineStart, new[] { Key.T, Key.S }),
|
|
|
|
|
new CommandBindingConfiguration(Command.ToggleAdvancedIcons, new[] { Key.Z, Key.I }),
|
|
|
|
|
new CommandBindingConfiguration(Command.GoUp, Key.Left),
|
|
|
|
|
new CommandBindingConfiguration(Command.Open, Key.Right),
|
|
|
|
|
new CommandBindingConfiguration(Command.OpenOrRun, Key.Enter),
|
|
|
|
|
new CommandBindingConfiguration(Command.MoveCursorUp, Key.Up),
|
|
|
|
|
new CommandBindingConfiguration(Command.MoveCursorDown, Key.Down),
|
|
|
|
|
new CommandBindingConfiguration(Command.MoveCursorUpPage, Key.PageUp),
|
|
|
|
|
new CommandBindingConfiguration(Command.MoveCursorDownPage, Key.PageDown),
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|