Apple Intelligence is now available on iPhone, iPad, and Mac!

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Press and hold for special characters keeps disabling itself

Occasionally I use special characters in my work - and I find that every now and then for some reason the "press and hold" feature for special characters keeps turning itself off - if I check in terminal with:

defaults read -g ApplePressAndHoldEnabled


I get '0' returned. I can re-enable it with:

defaults write -g ApplePressAndHoldEnabled -bool true


And it will work as expected where I when I press and hold 'e' for example I'll get a list of special characters I can use on that..


But then after an update or something it will change back to disabled - is this the expected behaviour now or is something funny going on?


Posted on Apr 9, 2020 2:59 PM

Reply
Question marked as Top-ranking reply

Posted on Apr 20, 2020 10:55 AM

I've found it.. It's the Parsec app used to remotely control another host..


Verified by reading when the app is closed (set to true). Open the app (false), re-enable and then repeat and it is set to false again..


For some reason it turns this off and then doesn't re-enable it.


A quick search around doesn't reveal anything illuminating. I'll contact them and see where this goes... Thanks for your help!

10 replies
Question marked as Top-ranking reply

Apr 20, 2020 10:55 AM in response to shad0wca7

I've found it.. It's the Parsec app used to remotely control another host..


Verified by reading when the app is closed (set to true). Open the app (false), re-enable and then repeat and it is set to false again..


For some reason it turns this off and then doesn't re-enable it.


A quick search around doesn't reveal anything illuminating. I'll contact them and see where this goes... Thanks for your help!

Apr 20, 2020 7:42 AM in response to shad0wca7

Search for apps that embed the cited ApplePressAndHoldEnabled string?


As for your question, not that I’m aware of, or I would have mentioned that.


It’s possible to block (most) access to the command or to the associated data file with an access control list entry, though that’d also likely break other (legitimate) access. Apple’s ACL implementation lacks a log activity entry in the ACL, and the closest analog is probably an add-on such as fswatch using FSEvents. Target the plist, or maybe the plist directory. Which might or might not help here.


Beyond the add-on cleaning apps, add-on anti-malware apps, any add-on keyboard-related or mouse-related apps?

Apr 20, 2020 7:56 AM in response to MrHoffman

There's no keyboard or mouse related apps - I used to have better touch tool on an older installation but don't use it at all any more (and had formatted since..) I can't think of any 'interesting' or unusual app I'm using...


I've updated my script to give me a desktop notification when it notices the change so let's see if that helps narrow things down for now..

Press and hold for special characters keeps disabling itself

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.