From 754496625e9169b42b9011169d5369b0a1dbc916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Thu, 3 Aug 2023 14:29:42 +0200 Subject: [PATCH] Set OpenOrRun as universal --- .../Services/KeyboardConfigurationService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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