mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Fix backslash key not mappable in controller settings
Fixes keyboard mapping for the backslash key (\) which was previously unmappable in controller button assignment.
This commit is contained in:
committed by
KeatonTheBot
parent
18bd84c463
commit
dcafe32d5c
@@ -141,7 +141,7 @@ namespace Ryujinx.Ava.Input
|
|||||||
AvaKey.OemComma,
|
AvaKey.OemComma,
|
||||||
AvaKey.OemPeriod,
|
AvaKey.OemPeriod,
|
||||||
AvaKey.OemQuestion,
|
AvaKey.OemQuestion,
|
||||||
AvaKey.OemBackslash,
|
AvaKey.OemPipe,
|
||||||
|
|
||||||
// NOTE: invalid
|
// NOTE: invalid
|
||||||
AvaKey.None
|
AvaKey.None
|
||||||
|
|||||||
Reference in New Issue
Block a user