Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Fixed virtual key value for T
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Dec 25, 2019
1 parent b5ff9c6 commit 6141c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DS4Windows/DS4Forms/BindingWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ private void InitKeyBindings()
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 });
Expand Down

0 comments on commit 6141c64

Please sign in to comment.