From 5fcc288037bbf9e57802c2a8d6cf18fc38283d1d Mon Sep 17 00:00:00 2001 From: KamaleiZestri <38802353+KamaleiZestri@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:36:17 -0600 Subject: [PATCH] Disable Sticky Keys shortcut added to toggle (#4028) * disable sticky keys shortcut * Merge branch 'main' into sticky --- config/tweaks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index 32a11297..37d9dab8 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2359,7 +2359,7 @@ { "Path": "HKCU:\\Control Panel\\Accessibility\\StickyKeys", "Name": "Flags", - "Value": "510", + "Value": "506", "OriginalValue": "58", "DefaultState": "true", "Type": "DWord"