mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-28 11:50:50 +01: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 New Issue
Block a user