2

Is there any way to change the speed of caret blinking, not only in particular application, but for whole system.

For example in macOS it's possible with this command.

defaults write -g NSTextInsertionPointBlinkPeriod -float 1000

Maybe there's some way in Ubuntu also. Thanks in advance.

Ubuntu 20.10

1 Answers1

2

Yes, this is possible if by caret you mean cursor.

Go to Settings > Universal Access > Typing >Cursor Blinking and press Enter

This will show a slider which you can adjust to suit your needs.

enter image description here

enter image description here

reference

graham
  • 10,436
  • If this answers the question for you, please consider marking it as accepted which will make it easier for someone else with the same question to find. Thank you. – graham Dec 18 '20 at 13:51