On Sep 25, 2014, at 5:15 AM, Bill Cheeseman <wjcheese...@gmail.com> wrote: > > But I can't find NSAnimationSlowMotionOnShift anywhere. Is this remark in the > release notes an inside joke? Google turns up no references to > NSAnimationSlowMotionOnShift other than these Release Notes, and searching > the Yosemite headers turns up nothing.
From the release notes: “Most animations on the system can be slowed down by setting the default NSAnimationSlowMotionOnShift to YES” Notice it says “the default”. This is a noun, used in the same sense as the defaults(1) command. Therefore you set it either with `defaults write` or by passing it as an argument on the command line. Slow animations are a debugging aid; testing for the shift key often results in legitimate key combinations taking forever to animate. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com