diff --git a/src/GuiApp/Avalonia/FileTime.GuiApp.App/Services/KeyboardConfigurationService.cs b/src/GuiApp/Avalonia/FileTime.GuiApp.App/Services/KeyboardConfigurationService.cs index 3cebd2b..2b39f96 100644 --- a/src/GuiApp/Avalonia/FileTime.GuiApp.App/Services/KeyboardConfigurationService.cs +++ b/src/GuiApp/Avalonia/FileTime.GuiApp.App/Services/KeyboardConfigurationService.cs @@ -55,6 +55,7 @@ public class KeyboardConfigurationService : IKeyboardConfigurationService or MoveCursorDownCommand.CommandName or MoveCursorDownPageCommand.CommandName or MoveCursorUpCommand.CommandName - or MoveCursorUpPageCommand.CommandName; + or MoveCursorUpPageCommand.CommandName + or IdentifiableRunOrOpenCommand.CommandName; } } \ No newline at end of file