From 0abac833ce15196225834435d972536d25c02f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Drzewiecki=20de=20Oga=C5=84czyk?= Date: Tue, 7 Apr 2026 19:47:12 +0200 Subject: [PATCH] Fixed InitialKeyboardIndicators to be String instead of Dword (#4306) --- config/tweaks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index a23ee305..17c071c6 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -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" }