MacOS has at all times had these settings to regulate the keyboard velocity.
defaults write -g InitialKeyRepeat -int 10 # regular minimal is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # regular minimal is 2 (30 ms)
In pre Monterey variations, I used to be in a position to transcend the 15 ms
minimal:
defaults write -g KeyRepeat -float 0.4 # 6 ms (15 ms * 0.4 = 6 ms)
Monterey has damaged this, the important thing repeat slows down after 10 or 12 characters and stops fully.
Does anybody know methods to repair this?