If you recently upgraded to MacOS Sonoma, you might have noticed the caps lock indicator hovering around your input fields. But there is good news, two quick commands is all it takes to get rid of it – you run them in the terminal. Requires reboot for it to take effect.
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain
sudo /usr/libexec/PlistBuddy -c "Add 'redesigned_text_cursor:Enabled' bool false" /Library/Preferences/FeatureFlags/Domain/UIKit.plist
Code language: Bash (bash)
Here are some other posts you may like
As an outdoor enthusiast, there's nothing quite like the feeling of being nestled in a hammock or tucked away in a tent, enjoying the serenity and peace of nature. But as the sun sets and darkness envelops the landscape, a little extra illumination can make all the difference. Enter the…
I snap screenshots quite often, whether the topic is a website that I am working on or anything else graphical that I might need feedback on. Because of this, I know how importent a certain amount of efficiency is. I hope this short guide can help your workflow when working…
Electric power companies, in general, are pretty much the same. Tibber however, is unlike any electricity company I had seen before. They try to utilise the data we get from smart devices, which they also sell, to save electricity, money and the environment, as well as improving comfort. It’s a…