I've been trying to increase my keyboard repeat rate when a key is held down beyond the control panel limit in Windows 11. I found this post which explains how to edit the registry values with filter keys in order to achieve this. These are my settings:
"AutoRepeatDelay"="500"
"AutoRepeatRate"="6"
"DelayBeforeAcceptance"="0"
"Flags"="27"
"BounceTime"="0"
This does increase the limit, however, it seems to be capped at a rate of 15.625 ms (64 hz). Is there any possible way to increase this further? I'm looking to achieve a 1 ms repeat rate. Any help would be much appreciated!