mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Fixed virtual key value for T
This commit is contained in:
parent
b5ff9c65b8
commit
6141c64a55
@ -488,7 +488,7 @@ namespace DS4WinWPF.DS4Forms
|
||||
new BindAssociation() { outputType = BindAssociation.OutType.Key, outkey = 0x52 });
|
||||
rKey.Click += OutputKeyBtn_Click;
|
||||
associatedBindings.Add(tKey,
|
||||
new BindAssociation() { outputType = BindAssociation.OutType.Key, outkey = 0x55 });
|
||||
new BindAssociation() { outputType = BindAssociation.OutType.Key, outkey = 0x54 });
|
||||
tKey.Click += OutputKeyBtn_Click;
|
||||
associatedBindings.Add(yKey,
|
||||
new BindAssociation() { outputType = BindAssociation.OutType.Key, outkey = 0x59 });
|
||||
|
Loading…
Reference in New Issue
Block a user