mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 09:35:27 +00:00
Fix GTK3 mapping for single quote key (#2612)
This commit is contained in:
parent
bcbe6ef6cd
commit
197f587802
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue