adium/adium

Tab switching now defaults to ctrl+tab, matching Safari's user visible default, as per discussion on IRC today. This only applies to new users as of Adium 1.5.4 and later; anyone who has run a previous version will inherit the keep the old default of command+arrows (unless they've changed it previously, of course). Fixes #16102.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FT AutoAccept</key>
<integer>0</integer>
<key>FT AutoChooseFolder</key>
<false/>
<key>FT AutoOpenSafe</key>
<false/>
<key>FT AutoClearCompleted</key>
<false/>
<key>FT ShowProgressWindow</key>
<true/>
</dict>
</plist>