Selaa lähdekoodia

Fix GTK3 mapping for single quote key (#2612)

Agustin Insua 4 vuotta sitten
vanhempi
sitoutus
197f587802
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Ryujinx/Input/GTK3/GTK3MappingHelper.cs

+ 1 - 1
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,