Explorar el Código

Fix GTK3 mapping for single quote key (#2612)

Agustin Insua hace 4 años
padre
commit
197f587802
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,