mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-25 18:46:58 +01:00
Keep scan code setting enforced in the KBM360 form
This commit is contained in:
parent
5c74a00d90
commit
64e8a137e1
@ -34,8 +34,9 @@ namespace DS4Windows
|
||||
device = deviceNum;
|
||||
ops = ooo;
|
||||
button = buton;
|
||||
cBToggle.Checked = button.Font.Italic;
|
||||
cBScanCode.Checked = button.Font.Bold;
|
||||
DS4ControlSettings dcs = Global.getDS4CSetting(device, button.Name);
|
||||
cBToggle.Checked = dcs.keyType.HasFlag(DS4KeyType.Toggle);
|
||||
cBScanCode.Checked = dcs.keyType.HasFlag(DS4KeyType.ScanCode);
|
||||
oldSC = cBScanCode.Location;
|
||||
defaultText = btnDefault.Text;
|
||||
if (button.Name.StartsWith("bnShift"))
|
||||
|
Loading…
Reference in New Issue
Block a user