Hi, Indeed, that is the benefit. Just testing it, and it's a lot neater. You can do it from anywhere as expected, and it bypasses the "DO you wish to hang up the call?" prompt.
Regards, Nic Mobile Me: [email protected] GoogleTalk: [email protected] Facebook Twitter Skype: Kvalme MSN Messenger: [email protected] Yahoo! Messenger: cin368 AIM: cincinster On Aug 24, 2010, at 8:41 PM, Nicolai Svendsen wrote: > Hi, > > I wonder if there is a benefit to using an AppleScript to do this? For > example, it might be possible to use the script from within another > application so you can hang up a call within Webkit, for example. This would > take the replacement of the Hotkeys section of Skype that we are currently > missing. > > Now, I don't know shit about AppleScript, so I'm probably wrong...but the > whole idea about being able to do it that way sounds neat, especially because > that's how the WIndows Skype Hotkeys work when enabled. > > Regards, > Nic > Mobile Me: [email protected] > GoogleTalk: [email protected] > Facebook > Twitter > Skype: Kvalme > MSN Messenger: [email protected] > Yahoo! Messenger: cin368 > AIM: cincinster > > On Aug 24, 2010, at 8:30 PM, Sarah Alawami wrote: > >> yeah I was going to do a podcast on it at some point but basically: >> >> 1. go to system prefs and go to keyboard. >> >> 2. highlight the keyboard shortcuts tab and hit vo space on it. >> >> 3. go to the bottom of the first table and choose applications. >> >> 4. go to add and hit vo space on it. >> >> 5. choose the application. >> >> 6. In this case you *must* have the menu item correct so do an echo123 call >> from with in skype and go to call and copy the hang up phrase vo will speak >> with vo shift c. >> 7. paste the phrase in to the next field and edit any vo messages that have >> appeared. Note: I should have e had you copy that first to the clip board as >> I forgot that the keyboard section takes over cmd tab so you cannot go back >> and forth. >> >> 8. Press your keyboard shortcut. Mine is cmd shift H. >> >> Good luck. >> >> 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:23 AM, Kawal Gucukoglu wrote: >> >>> Hi Sarah. >>> >>> Can you tell me how to do that please? >>> On 24 Aug 2010, at 19:21, 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. >>>> >>> >>> >>> >>> ____ >>> Kawal Gucukoglu >>> (E-mail/MSN): >>> >>> [email protected] >>> >>> (Skype ID): >>> >>> kawalgucukoglu >>> >>> (Mobile/text): >>> >>> +447905618396 >>> >>> +447576240421 >>> >>> >>> >>> >>> -- >>> 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. >> > -- 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.
