mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-16 02:08:31 +00:00
Fixed InitialKeyboardIndicators to be String instead of Dword (#4306)
This commit is contained in:
committed by
GitHub
parent
a0fdf2cb80
commit
0abac833ce
@@ -2200,7 +2200,7 @@
|
|||||||
"Path": "HKU:\\.Default\\Control Panel\\Keyboard",
|
"Path": "HKU:\\.Default\\Control Panel\\Keyboard",
|
||||||
"Name": "InitialKeyboardIndicators",
|
"Name": "InitialKeyboardIndicators",
|
||||||
"Value": "2",
|
"Value": "2",
|
||||||
"Type": "DWord",
|
"Type": "String",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
"DefaultState": "false"
|
"DefaultState": "false"
|
||||||
},
|
},
|
||||||
@@ -2208,7 +2208,7 @@
|
|||||||
"Path": "HKCU:\\Control Panel\\Keyboard",
|
"Path": "HKCU:\\Control Panel\\Keyboard",
|
||||||
"Name": "InitialKeyboardIndicators",
|
"Name": "InitialKeyboardIndicators",
|
||||||
"Value": "2",
|
"Value": "2",
|
||||||
"Type": "DWord",
|
"Type": "String",
|
||||||
"OriginalValue": "0",
|
"OriginalValue": "0",
|
||||||
"DefaultState": "false"
|
"DefaultState": "false"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user