RunOrOpenCommand
This commit is contained in:
@@ -66,12 +66,18 @@ public static class MainConfiguration
|
||||
new(GoToPathCommand.CommandName, new[] {Key.G, Key.P}),
|
||||
new(GoToProviderCommand.CommandName, new[] {Key.G, Key.T}),
|
||||
new(GoToRootCommand.CommandName, new[] {Key.G, Key.R}),
|
||||
new(GoUpCommand.CommandName, Key.Left),
|
||||
new(DeleteCommand.HardDeleteCommandName, new[] {new KeyConfig(Key.D, shift: true), new KeyConfig(Key.D, shift: true)}),
|
||||
new(MarkCommand.CommandName, Key.Space),
|
||||
new(MoveCursorToLastCommand.CommandName, new KeyConfig(Key.G, shift: true)),
|
||||
new(MoveCursorToFirstCommand.CommandName, new[] {Key.G, Key.G}),
|
||||
new(MoveCursorUpCommand.CommandName, Key.Up),
|
||||
new(MoveCursorDownCommand.CommandName, Key.Down),
|
||||
new(MoveCursorUpPageCommand.CommandName, Key.PageUp),
|
||||
new(MoveCursorDownPageCommand.CommandName, Key.PageDown),
|
||||
//new CommandBindingConfiguration(ConfigCommand.NextTimelineBlock, Key.L ),
|
||||
//new CommandBindingConfiguration(ConfigCommand.NextTimelineCommand, Key.J ),
|
||||
new(OpenSelectedCommand.CommandName, Key.Right),
|
||||
new(OpenCommandPaletteCommand.CommandName, new[] {Key.F1}),
|
||||
new(OpenCommandPaletteCommand.CommandName, new[] {new KeyConfig(Key.P, ctrl: true, shift: true)}),
|
||||
new(OpenInDefaultFileExplorerCommand.CommandName, new[] {Key.O, Key.E}),
|
||||
@@ -85,7 +91,8 @@ public static class MainConfiguration
|
||||
//new CommandBindingConfiguration(ConfigCommand.PreviousTimelineCommand, Key.K ),
|
||||
new(RefreshCommand.CommandName, Key.R),
|
||||
new(RenameCommand.CommandName, Key.F2),
|
||||
new(RenameCommand.CommandName, new[] { Key.C, Key.W }),
|
||||
new(RenameCommand.CommandName, new[] {Key.C, Key.W}),
|
||||
new(RunOrOpenCommand.CommandName, Key.Enter),
|
||||
//new CommandBindingConfiguration(ConfigCommand.RunCommand, new KeyConfig(Key.D4, shift: true)),
|
||||
//new CommandBindingConfiguration(ConfigCommand.ScanContainerSize, new[] { Key.C, Key.S }),
|
||||
//new CommandBindingConfiguration(ConfigCommand.ShowAllShortcut, Key.F1),
|
||||
@@ -104,13 +111,6 @@ public static class MainConfiguration
|
||||
//new CommandBindingConfiguration(ConfigCommand.TimelineRefresh, new[] { Key.T, Key.R }),
|
||||
new(StartCommandSchedulerCommand.CommandName, new[] {Key.T, Key.S}),
|
||||
//new CommandBindingConfiguration(ConfigCommand.ToggleAdvancedIcons, new[] { Key.Z, Key.I }),
|
||||
new(GoUpCommand.CommandName, Key.Left),
|
||||
new(OpenSelectedCommand.CommandName, Key.Right),
|
||||
//new CommandBindingConfiguration(ConfigCommand.OpenOrRun, Key.Enter),
|
||||
new(MoveCursorUpCommand.CommandName, Key.Up),
|
||||
new(MoveCursorDownCommand.CommandName, Key.Down),
|
||||
new(MoveCursorUpPageCommand.CommandName, Key.PageUp),
|
||||
new(MoveCursorDownPageCommand.CommandName, Key.PageDown),
|
||||
};
|
||||
|
||||
private static void PopulateDefaultEditorPrograms(Dictionary<string, string> configuration)
|
||||
|
||||
Reference in New Issue
Block a user