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.bracketright,
GtkKey.semicolon,
GtkKey.quotedbl,
GtkKey.quoteright,
GtkKey.comma,
GtkKey.period,
GtkKey.slash,