Hmm really? Yeah it should work. Just copy the menu item which looks like this

Hang Up 
to the clip board and link that to cmd shift h to the skype application from 
with in the keyboard shortcuts, applications section. You want to edit in the 
table to the right.

Take care.
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 25, 2010, at 9:14 AM, Kawal Gucukoglu wrote:

> Hi Sarah.
> 
> I tried your method Sarah re Skype hang up call but it didn't work.  Not sure 
> what I'm doing wrong.
> 
> Kawal.
> On 24 Aug 2010, at 23:33, Sarah Alawami wrote:
> 
>> But a script as far as I know has to be launched from the keyboard and i've 
>> tried some keyboarding tools and you must include them I think in your 
>> script which I don't know how to do as I don't know anything about apple 
>> script. lol
>> 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:41 AM, 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.
>> 
>> 
>> -- 
>> 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.

Reply via email to