Windows keyboard rate setting goes up to ~30 keystrokes repetitions per second. But there is another setting that overrides this behavior and can go up to 100+, by using Filter Keys.
This is controlled by the following registry keys:
[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
"AutoRepeatDelay"="200"
"AutoRepeatRate"="16"
"DelayBeforeAcceptance"="0"
"Flags"="59"
(AutoRepeatRate here is in ms, which means 1000/16 = 60 keystrokes per second)
More information:
https://superuser.com/a/509811
https://geekhack.org/index.php?topic=41881.0
As far as I understand, this doesn't affect the event rate which touchcursor is receiving the low level keyboard events, therefore if the Filter Keys has been set to 60, then touchcursor repeats at a rate of 30, whereas the rest of the keyboard has a rate of 60.
This is somewhat annoying for people like me who are used to high repeat rates, it's getting difficult to navigate using two separate rates.
Is there a solution to this, so that touchcursor can match the same rate as the Filter Keys setting?
Windows keyboard rate setting goes up to ~30 keystrokes repetitions per second. But there is another setting that overrides this behavior and can go up to 100+, by using Filter Keys.
This is controlled by the following registry keys:
(AutoRepeatRate here is in ms, which means 1000/16 = 60 keystrokes per second)
More information:
https://superuser.com/a/509811
https://geekhack.org/index.php?topic=41881.0
As far as I understand, this doesn't affect the event rate which
touchcursoris receiving the low level keyboard events, therefore if the Filter Keys has been set to 60, thentouchcursorrepeats at a rate of 30, whereas the rest of the keyboard has a rate of 60.This is somewhat annoying for people like me who are used to high repeat rates, it's getting difficult to navigate using two separate rates.
Is there a solution to this, so that
touchcursorcan match the same rate as the Filter Keys setting?