This is driving me crazy.
I know I can set it in System Preference, but it is not fast enough.
I also tried defaults write -g KeyRepeat -int 1, but it seems that the minimum value is just 1, and it is still too slow.
"keyremap4macbook" doesn't work.
I also tried Karabiner-Elements, but it doesn't have this functionality at all: https://karabiner-elements.pqrs.org/docs/help/how-to/key-repeat/
Could someone teach me please! Thanks in advance!



defaults write NSGlobalDomain KeyRepeat -int 0doesn't work at all. I logged out and back in, and I can see the value is 0 in terminal, but the speed just doesn't change. @Tetsujin – Tirion Aug 29 '20 at 12:32defaults write NSGlobalDomain KeyRepeat -int 1[I'm not certain whether-gis exactly equal toNSGlobalDomainthough it might be.] – Tetsujin Aug 29 '20 at 16:25defaults write NSGlobalDomain KeyRepeat -int 1,defaults write NSGlobalDomain KeyRepeat -int 0,defaults write -g KeyRepeat -int 1,defaults write -g KeyRepeat -int 0, none of them works. The 2nd comment in my link says "Indeed, Terminal commands that once adjusted key repeat rates and mission control animation speeds no longer work either. ", which I think is the reason. Now if I want to erase 100 letters, it will cost 1 minute. – Tirion Aug 29 '20 at 17:17