logoalt Hacker News

cwillulast Tuesday at 7:37 PM1 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

Lammylast Tuesday at 7:46 PM

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...