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 bcbe6ef6cd
commit 197f587802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,