←back to thread

215 points nixass | 2 comments | | HN request time: 0.001s | source
1. cwillu ◴[] No.43550597[source]
Hmm, no way to turn off the sticky keys shortcuts and similar; I hit those by accident _constantly_ on new machines.
replies(1): >>43550660 #
2. Lammy ◴[] No.43550660[source]
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...