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
Let's get straight to the point, I'm terrible at breakfast. It's always been way to easy for me to just skip it and not eat anything until lunch. Not exactly ideal. Since I'm not the least motivated to make breakfast in the morning, I decided to go for something I…
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…
This is a question I have heard (too) many time. How does one reset the root MySQL password on Ubuntu. In order to make this as simple as possible I created a shell script (you can see it below) that does just that. What does it do? I'm glad you…