Should I figure out how to manipulate each one using some applescript and then bind the resulting script to a key?
Sim.
Aqui está um começo:
tell application "Adium"
go away (every account)
end tell
tell application "Skype"
send command "SET USERSTATUS AWAY" script name "My Script"
end tell