Disable Caps Lock Indicator on macOS Sonoma
A feature has been added to macOS Sonoma - the onscreen caps lock indicator.
While i am sure this may be useful for some, for me it is not, is there any way to disable it?
[Re-Titled by Moderator]
Apple Intelligence now features Image Playground, Genmoji, Writing Tools enhancements, seamless support for ChatGPT, and visual intelligence.
Apple Intelligence has also begun language expansion with localized English support for Australia, Canada, Ireland, New Zealand, South Africa, and the U.K. Learn more >
Apple Intelligence has also begun language expansion with localized English support for Australia, Canada, Ireland, New Zealand, South Africa, and the U.K. Learn more >
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
A feature has been added to macOS Sonoma - the onscreen caps lock indicator.
While i am sure this may be useful for some, for me it is not, is there any way to disable it?
[Re-Titled by Moderator]
This feature is not useful for most users. Some of us use Caps Lock for the following reasons: 1) while playing games, 2) writing code, 3) writing scripts or other documents that will require the function. APPLE PLEASE REMOVE THIS ANNOYING FEATURE AS THIS DOES NOT HELP WHEN THERE IS ALREADY A LIGHT ON THE KEYBOARD!!!!!!!!!
This feature is not useful for most users. Some of us use Caps Lock for the following reasons: 1) while playing games, 2) writing code, 3) writing scripts or other documents that will require the function. APPLE PLEASE REMOVE THIS ANNOYING FEATURE AS THIS DOES NOT HELP WHEN THERE IS ALREADY A LIGHT ON THE KEYBOARD!!!!!!!!!
richardm04 wrote:
if you click on the caps indicator arrow— it will shut it off,
the very next time you click the caps lock (i.e. to work in all caps) the indicator will remain OFF
Found a solution. In Terminal:
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
Then reboot. After reboot - problem solved.
If I click the indicator, it will turn off caps lock (and the indicator will of course disappear along with it). When I enable caps lock again, the indicator is displayed again. It will not remain off.
Agreed. I installed Sonoma yesterday and already irritated by the constant reminder. This a terrible feature for those who often type in ALL CAPS out of need and/or for efficiency purposes. I just submitted feedback to Apple support. Hoping a disable feature is added, and soon...
Going to loose my mind!!!! It gets in the way constantly! there is plenty of code writing and other programs were I use cap locks to make it more efficient but I literally cannot see around the icon. Especially if you are searching for names in emails. They REALLY need to make this one optional! I rarely complain but I would guess that I have already lost 30 mins out of my day trying to get around the distraction of this fantastic new feature
The problem is that this is not a solution; it’s a workaround.
Don’t get me wrong — it was kind of the poster to put this up for others, but most users are not comfortable with anything command line. They want ease of use, which is what makes macOS attractive in the first place.
This “feature” should be an accessibility option that is user-controlled and either defaulted to Off or shown off with a yes or no to set.
When people take the time to actually post their frustrations here, they’ve likely been frustrated for a while and are moving from the silent majority.
The problem with this type of “solution” is that it modifies setting that can cause future problems when Apple implements changes to change the behaviour (which may be larger scale than just this).
Again, the poster of this workaround was kind to offer it, but these should always come with a buyer beware qualification so that others are aware.
Whoever thought this feature was a good idea is bad at thinking things.
The caps lock symbol has made my work miserable. The line of code suggested in this thread worked like a dream. But should a line of code in Terminal be the solution? I remember when you didn't have to be a software engineer to operate a Mac.
suba1641 wrote:
Yes totally agree. I'm in CAD and other programs where I use upper case as a standard format and having this little icon follow me everywhere is obnoxious.
Tell Apple:
I used this simpler, single Terminal command to disable the Caps Lock indicator (without disabling the caps lock function):
sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO
To reverse you replace NO with YES. Don't know how to reverse yochees's suggestion, but once reversed, would be interested to know if my solution creates the same side effects, which I haven't seen, but perhaps don't understand.
This "feature" also reeks havoc if you are using the VoiceOver screen reader. Intrusive doesn't even begin to describe the sheer annoyance of having this indicator pop up. I never asked for this and there's no way to turn it off.
Well there should be, it's incredibly intrusive
MikeBruner wrote:
THE ICON IS NOT A FEATURE! IT IS INCREDIBLY ANNOYING.
This icon is a feature, just one you find annoying.
WHY CAN'T I JUST TURN IT OFF!!!
Because Apple didn't give you that option. You can let them know your feelings on the matter here:
ONLY ANSWER HERE IS FOR PROGRAMERS. NUTS.
Pasting a couple of lines of coded into Terminal isn't most people's idea of "programming". Using Terminal can be a bit intimidating, especially to younger folks who never used DOS or UNIX but it's really not that hard.
Oh, an please, while it's still working on your computer, pay attention to the caps lock indicator. You mistakenly typed your entire post in caps. I'm sure you wouldn't want people to think you were intentionally being rude to us, your fellow users.
To clarify, disabling the caps key is not what i'm asking, this is not an appropriate solution. I would like to know if there is a plist variable I can change to disable the indicator from showing in the interface.
Disable Caps Lock Indicator on macOS Sonoma