mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 09:19:18 +01:00
Fixed numpad divide virtual key code in BindingWindow
Related to issue #1115
This commit is contained in:
parent
94dba59048
commit
2ee8f148fa
@ -671,7 +671,7 @@ namespace DS4WinWPF.DS4Forms
|
||||
new BindAssociation() { outputType = BindAssociation.OutType.Key, outkey = 0x90 });
|
||||
numlockBtn.Click += OutputKeyBtn_Click;
|
||||
associatedBindings.Add(numdivideBtn,
|
||||
new BindAssociation() { outputType = BindAssociation.OutType.Key, outkey = 0x64 });
|
||||
new BindAssociation() { outputType = BindAssociation.OutType.Key, outkey = 0x6F });
|
||||
numdivideBtn.Click += OutputKeyBtn_Click;
|
||||
associatedBindings.Add(nummultiBtn,
|
||||
new BindAssociation() { outputType = BindAssociation.OutType.Key, outkey = 0x6A });
|
||||
|
Loading…
Reference in New Issue
Block a user