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?