I'm developing an app for Mac OS X with Xcode 5 and I need to navigate through the buttons, radio buttons with the Tab key.
There's a way for navigate between buttons and all other controls by enabling this option in System Preferences:
…but I need to enable this programmatically for new users which doesn't have this feature enabled. How do I do that?