From 0caeab22707b336d66427d91b35c437f44d9c6d2 Mon Sep 17 00:00:00 2001
From: Luke Warner <65521430+LukeWarnut@users.noreply.github.com>
Date: Mon, 25 Nov 2024 14:46:41 -0500
Subject: [PATCH] Remove 'Enter' hotkey in settings menu (#95)

This allows the Enter key to be bound to a button when using the
Avalonia UI.
---
 src/Ryujinx/UI/Windows/SettingsWindow.axaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Ryujinx/UI/Windows/SettingsWindow.axaml b/src/Ryujinx/UI/Windows/SettingsWindow.axaml
index f9d10fe4f..2bf5b55e7 100644
--- a/src/Ryujinx/UI/Windows/SettingsWindow.axaml
+++ b/src/Ryujinx/UI/Windows/SettingsWindow.axaml
@@ -109,7 +109,6 @@
             HorizontalAlignment="Right"
             ReverseOrder="{Binding IsMacOS}">
             <Button
-                HotKey="Enter"
                 Classes="accent"
                 Content="{ext:Locale SettingsButtonOk}"
                 Command="{Binding OkButton}" />