Re: Setting ApplePressAndHoldEnabled key for specific application.
Re: Setting ApplePressAndHoldEnabled key for specific application.
- Subject: Re: Setting ApplePressAndHoldEnabled key for specific application.
- From: Jens Alfke <email@hidden>
- Date: Mon, 02 Jan 2012 11:40:55 -0800
On Jan 1, 2012, at 8:44 PM, Vaibhao Mahore wrote:
> 2. I have tried with setting defaults for my application with ApplePressAndHoldEnabled being NO. I can even read defaults for my application using
> defaults read < my application bundle-identifier >
> Still I am unable to see "Press and Hold for Certain keys" feature disable for my application.
Did you try forcing a boolean value for the default? I’ve had problems before where some system code only understands a boolean false, not the string “NO”.
defaults write my.bundle.id ApplePressAndHoldEnabled --bool NO
—Jens_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden