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…
When Sandy was about to hit New York, @jorgenb came up with a great idea. Download the images from the NY-times webcam and make a timelapse of it. A few minutes later I had a very simple script ready, and could leave my server to the task. The video I…
Remember when the EU nearly ditched daylight savings before the pandemic paused everything? As a parent, I know how tough the time change can be on kids. This year, I tried something new based on Matthew Walker's 'Why We Sleep'. We gradually shifted our bedtimes and wake-up times by 15…