Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

luckman212

macrumors regular
Original poster
Sep 27, 2009
154
105
I know I can disable Live Text globally in SysPrefs > Language

BUT, this is a useful feature, I don't want it always on or always off... seems Apple again came thru with a half-baked feature. E.g. now when I open a screenshot in Preview.app, I can't drag the marquee anymore to draw a box-- it just dives right into Live Text and starts selecting words.

Anyone know a way to disable it per-app or via a script etc so we can toggle this feature on/off when needed?
 
  • Like
Reactions: zakarhino

luckman212

macrumors regular
Original poster
Sep 27, 2009
154
105
Figured out a way...

get status
defaults read -g AppleLiveTextEnabled

disable
defaults write -g AppleLiveTextEnabled -bool FALSE

enable
defaults write -g AppleLiveTextEnabled -bool TRUE

good news is it takes effect immediately, no need to log out/log in, reboot etc.
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.