From 197f5878027c5bbb89962217e061cfc1d1993b11 Mon Sep 17 00:00:00 2001 From: Agustin Insua Date: Sat, 11 Sep 2021 16:32:36 -0300 Subject: [PATCH] Fix GTK3 mapping for single quote key (#2612) --- Ryujinx/Input/GTK3/GTK3MappingHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx/Input/GTK3/GTK3MappingHelper.cs b/Ryujinx/Input/GTK3/GTK3MappingHelper.cs index c6be528e1..8bab0dc06 100644 --- a/Ryujinx/Input/GTK3/GTK3MappingHelper.cs +++ b/Ryujinx/Input/GTK3/GTK3MappingHelper.cs @@ -134,7 +134,7 @@ namespace Ryujinx.Input.GTK3 GtkKey.bracketleft, GtkKey.bracketright, GtkKey.semicolon, - GtkKey.quotedbl, + GtkKey.quoteright, GtkKey.comma, GtkKey.period, GtkKey.slash,