Fixed InitialKeyboardIndicators to be String instead of Dword (#4306)

This commit is contained in:
Jarosław Drzewiecki de Ogańczyk
2026-04-07 19:47:12 +02:00
committed by GitHub
parent a0fdf2cb80
commit 0abac833ce

View File

@@ -2200,7 +2200,7 @@
"Path": "HKU:\\.Default\\Control Panel\\Keyboard",
"Name": "InitialKeyboardIndicators",
"Value": "2",
"Type": "DWord",
"Type": "String",
"OriginalValue": "0",
"DefaultState": "false"
},
@@ -2208,7 +2208,7 @@
"Path": "HKCU:\\Control Panel\\Keyboard",
"Name": "InitialKeyboardIndicators",
"Value": "2",
"Type": "DWord",
"Type": "String",
"OriginalValue": "0",
"DefaultState": "false"
}