1
0
forked from MeloNX/MeloNX

Fix GTK3 mapping for single quote key (#2612)

This commit is contained in:
Agustin Insua 2021-09-11 16:32:36 -03:00 committed by GitHub
parent 8e3e412e31
commit 296f685cd4

View File

@ -134,7 +134,7 @@ namespace Ryujinx.Input.GTK3
GtkKey.bracketleft, GtkKey.bracketleft,
GtkKey.bracketright, GtkKey.bracketright,
GtkKey.semicolon, GtkKey.semicolon,
GtkKey.quotedbl, GtkKey.quoteright,
GtkKey.comma, GtkKey.comma,
GtkKey.period, GtkKey.period,
GtkKey.slash, GtkKey.slash,