Desktop Platforms
How do I change cursor blink rate on Mac?
→ Use the Terminal command: defaults write -g NSTextInsertionPointBlinkPeriod -int [milliseconds]
Answer
How do I change cursor blink rate on Mac?
Use the Terminal command: defaults write -g NSTextInsertionPointBlinkPeriod -int [milliseconds]
For example, 'defaults write -g NSTextInsertionPointBlinkPeriod -int 500' sets a 500ms blink period. Changes take effect after restarting applications. Use 'defaults delete' to restore the default.