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
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…
Here is a quick guide for downloading WordPress from the command line. In this case, I would be logged inn via SSH on my server, and ready to set up the site mydomain.com. The root folder for that domain will be at /var/www/mydomain.com/www/. Let's start by navigating to /var/www/mydomain.com cd…
I see people ask about this a lot. How can you know if a car has Autopilot hardware, and if it does, what version? Even then the question remains, has it been enabled? I'll answer all those questions below. For more information about the difference between AP1 and AP2 check…