logoalt Hacker News

cwillu04/01/20251 replyview on HN

Hmm, no way to turn off the sticky keys shortcuts and similar; I hit those by accident _constantly_ on new machines.


Replies

Lammy04/01/2025

You could achieve this with the “Run Custom Scripts” option and the appropriate Registry values:

    HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys\Flags="506"

    HKEY_CURRENT_USER\Control Panel\Accessibility\MouseKeys\Flags="58"

    HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys\Flags="58"

See here for more a much more detailed example: https://github.com/dreikanter/win-tweaks/blob/master/complet...