Question

Recently, it was suggested to me to run this in my terminal:

defaults write -g InitialKeyRepeat -int 10

but I have found that it is not helping my key strokes, but just adding one more annoyance to my work.

How do I undo this command?

Was it helpful?

Solution

You can delete it using the command defaults delete -g InitialKeyRepeat.

I'm not quite sure what the original value is, so deleting it seems to be your best option. However, some sources seem to indicate that 25 is the original value so you can try setting the value via defaults write -g InitialKeyRepeat -int 25.

Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top