Sadly, we can't do this easily until there is a answer call option in the menus.
Eric Caron On Aug 24, 2010, at 2:31 PM, louie wrote: > O my good. > Can you set a key to answer skype if so how? > > On Aug 24, 2010, at 11:21 AM, Sarah Alawami wrote: > >> Actually you can just set a key to hang up skype. I've done it and it works >> about 95 percent of the time. >> Sarah Alawami >> MSN: [email protected] >> aim: [email protected]: >> >> website: http://music.marrie.org >> youtube: http://youtube.com/marrie125 >> Podcast: http://marrie.podbean.com >> >> On Aug 24, 2010, at 11:03 AM, louie wrote: >> >>> Hi all, >>> Below is a apple script to hang up a skype call. >>> I am working on a apple script to answer skype calls. >>> >>> -- Apple script to hang up a skype call. >>> -- Author >>> -- Richard L. Most better known as Louie >>> -- e-mail >>> -- [email protected] >>> -- Thanks to Greg Kearney for code so I can do creative plagiarism. >>> >>> tell application "Skype" to activate >>> tell application "System Events" >>> tell process "Skype" >>> click menu item "Hang Up" of menu 1 of menu bar item "Call" of menu bar 1 >>> end tell >>> end tell >>> tell application "Skype" to quit >>> >>> >>> louie >>> [email protected] >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "MacVisionaries" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/macvisionaries?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "MacVisionaries" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/macvisionaries?hl=en. >> > > louie > [email protected] > > > > -- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/macvisionaries?hl=en. > -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macvisionaries?hl=en.
