Sticky Keys
config/tweaks.json
1740 "WPFToggleStickyKeys": {
1741 "Content": "Sticky Keys",
1742 "Description": "Toggles the stick keys which active when clicking shift rapidly",
1743 "category": "Customize Preferences",
1744 "panel": "2",
1745 "Type": "Toggle",
1746 "registry": [
1747 {
1748 "Path": "HKCU:\\Control Panel\\Accessibility\\StickyKeys",
1749 "Name": "Flags",
1750 "Value": "506",
1751 "Type": "DWord",
1752 "OriginalValue": "58",
1753 "DefaultState": "true"
1754 }
1755 ],Registry Changes
Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place.
You can find information about the registry on Wikipedia and Microsoft’s Website.