mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 00:48:38 +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.bracketright,
|
||||
GtkKey.semicolon,
|
||||
GtkKey.quotedbl,
|
||||
GtkKey.quoteright,
|
||||
GtkKey.comma,
|
||||
GtkKey.period,
|
||||
GtkKey.slash,
|
||||
|
|
Loading…
Reference in a new issue