Enable Tab in modal dialogs.
# Full Keyboard Access OFF and Text boxes and lists only
defaults write NSGlobalDomain AppleKeyboardUIMode -int 0
# Full Keyboard Access ON and Text boxes and lists only
defaults write NSGlobalDomain AppleKeyboardUIMode -int 1
# Full Keyboard Access OFF and All controls
defaults write NSGlobalDomain AppleKeyboardUIMode -int 2
# Full Keyboard Access ON and All controls
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3