Apple introduced a caps lock indicator system-wide in their macOS Sonoma release, usually it follows your text input. Except for in Studio it is stuck in the center of my screen
Comparison to Sublime Text
Apple introduced a caps lock indicator system-wide in their macOS Sonoma release, usually it follows your text input. Except for in Studio it is stuck in the center of my screen
Comparison to Sublime Text
This doesn’t happen to me, I think you may have dragged it there or something because I don’t even thing that Apple exposes APIs for controlling the indicator apart from enable and disable.
Thanks for the report! We’ll follow up when we have an update for you.
Thank you for reporting this. We’ll look into the issue, though we might not be able to fix this one if it can’t be controlled per application.
In the meantime it looks like it can be turned off from the Terminal:
https://discussions.apple.com/thread/255159504
or
sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO
You are a life saver, seems like Apple added this and nobody asked for it!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.