Kaynağa Gözat

Fix GTK3 mapping for single quote key (#2612)

Agustin Insua 4 yıl önce
ebeveyn
işleme
197f587802
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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,