That light is for those who write looking at the keyboard.The keyboard has a light to indicate this....and has for years!!!
That light is for those who write looking at the keyboard.The keyboard has a light to indicate this....and has for years!!!
i don't care if apple sets it on by default, just feel that we need that option to disable it...Yikes this needs to be able to be turned off and it should be off by default. Why in the world would anyone need this? The keyboard has a light to indicate this....and has for years!!!
YES! It has affect ALL of my NON-APPLE APPS!!!!! I AM FURIOUS!!!!!!!!!!!!! THIS IS RIDICULOUS!!!!!!!!!!!!!I've now "promoted" my feedback to a proper bug report: in both Discord and Warcraft (edit: and TextEdit) it pops up after exactly 8 minutes without typing. I suspect it actually affects all apps but haven't confirmed that.
What can we do about this???? I am losing my mind!!!!!!!!!!I too would like the option to disable this. I've logged feedback with Apple. I doubt they care.
What can we do about this???? I am losing my mind!!!!!!!!!!
You forgot to add in that the CapsLock Dev must make sure that this new "feature" gets activated in EVERY application, including ALL purchased software programs that are not even made by Apple!!!Manager:
"Listen CapsLock Dev, your numbers last year look really bad. People aren't engaging enough with their CapsLock key. Tim wants to see growth. Federighi wants new features added every quarter."CapsLock Dev:
"But..."Manager:
"No Buts. This order comes straight from up top."CapsLock Dev:
"What about the people who know how to type and don't want—"Manager:
"NO BUTS!!!"CapsLock Dev:
"What if the big annoying icon gets in people's way, or distracts them?"Manager:
"We asked 4 random grandmas who use iPads to type emails and they said they liked this feature"CapsLock Dev:
"Well, ok, but shouldn't we make it optional? Advanced users should be able to keep the current—"Manager:
"No way! Options just confuse our users. They only know how to watch TikToks and send iMessages."CapsLock Dev:
"Ugh. How's this then?Manager:
"Perfect. Ship it!"
(There is a similar stupid indicator for the current language, if we are using multiple keyboard layout.)
That doesn't get rid of it on my machine.That disappears if you disable “Show Input menu in menu bar” (Keyboard – Text Input – Input Sources – Edit)
It might have been just a glitch on my Mac. I couldn't get it to work again. Sometimes, just after login, the caps and language icons are not displayed.That doesn't get rid of it on my machine.
Same thing, caught it once.It might have been just a glitch on my Mac. I couldn't get it to work again. Sometimes, just after login, the caps and language icons are not displayed.
It seems to be working. I don’t know JavaScript, but testing in a virtual machine I get that it creates the folder /Library/Preferences/FeatureFlags/Domain then a file UIKit.plist with this contentSame thing, caught it once.
I found this solution, what do you think?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>redesigned_text_cursor</key>
<dict>
<key>Enabled</key>
<false/>
</dict>
</dict>
</plist>
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
Yes, it works. I have also lost the icon, but the spotlight field for example has moved to the left relative to the center of the screenReboot and CursorUIViewService is no longer active, the caps lock and languages icons are no longer displayed.
You can press Command (⌘) and drag the Spotlight window with the mouse wherever you like on the screen. The position should be remembered.Yes, it works. I have also lost the icon, but the spotlight field for example has moved to the left relative to the center of the screen![]()
UIKit.plist
Makes me wonder if there are other useful UI options that can be defined in this plist? I couldn't find any info.
/System/Library/FeatureFlags/Domain
. There is a UIKit.plist file too.THANK YOU for this fix!Same solution, but from Terminal:
Code: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
Tested and working on MBA M1 Sonoma 14.0 (23A344)
Beta 6 is out. And the infamous caps lock icon is still there. Untouched. Unremovable. Undisabled.
Check /System/Library/FeatureFlags/Domain. There is a UIKit.plist file too.