RapidTravel impr, GoBack/Forward, header navigation
This commit is contained in:
@@ -63,9 +63,9 @@ public static class MainConfiguration
|
||||
//new CommandBindingConfiguration(ConfigCommand.Edit, new KeyConfig(Key.F4)),
|
||||
new(EnterRapidTravelCommand.CommandName, new KeyConfig(Key.OemComma, shift: true)),
|
||||
new(EnterRapidTravelCommand.CommandName, new KeyConfig(Key.OemQuestion, shift: true)),
|
||||
//new CommandBindingConfiguration(ConfigCommand.FindByName, new[] { Key.F, Key.N }),
|
||||
//new CommandBindingConfiguration(ConfigCommand.FindByNameRegex, new[] { Key.F, Key.R }),
|
||||
new(GoBackCommand.CommandName, new KeyConfig(Key.Left, alt: true)),
|
||||
new(GoByFrequencyCommand.CommandName, Key.Z),
|
||||
new(GoForwardCommand.CommandName, new KeyConfig(Key.Right, alt: true)),
|
||||
new(GoToHomeCommand.CommandName, new[] {Key.G, Key.H}),
|
||||
new(GoToPathCommand.CommandName, new KeyConfig(Key.L, ctrl: true)),
|
||||
new(GoToPathCommand.CommandName, new[] {Key.G, Key.P}),
|
||||
|
||||
Reference in New Issue
Block a user