This should work for the english interface. didn't change the wording
though. Thanks to gianluca the italian translator for this.
Script Saving ()
SaveCursor ()
if !Skype__schat__isChatWindow(getFocus(), False)
sayMessage(OT_Error, msgNotInChatWindow)
elif FindString (GetFocus (), "Save", S_BOTTOM, S_UNRESTRICTED) then
LeftMouseButton ()
SayString ("Premuto")
else
SayString ("Non trovo il pulsante salva")
EndIf
RestoreCursor ()
EndScript2014-10-21 18:08 GMT-07:00, Виктор Jerry <[email protected]>: > > This method is known to me to save a file > I need a script that wakes to save the file on a hotkey > an example of such a script already exists.but it only works on Russian > interface > here's a look > Script MyFindStringSohranit () > ; поиск наэкране текста "сохранить", и левый клик по нему > ;горячка ctrl+s > SaveCursor () > SpeechOff () > If FindString (262600, "Сохранить", S_TOP, S_UNRESTRICTED) Then > LeftMouseButton () ; Требуемые действия чтение, кликание итому подобное. > Pause () > PlaySound (GetSharedSettingsDirectory ()+"\\SOUNDS\\Pop.wav") > Else > ;SayString ("Сохранить не найдено") ; Действие которые выполняються если > метка отсутствует. > PlaySound (GetSharedSettingsDirectory ()+"\\SOUNDS\\Typethud2.wav") > Delay (6 ) > ; ищем на экране текст "Показать сообщения: Вчера 7 дней" > If FindString (262600, "Показать сообщения: Вчера", S_TOP, S_UNRESTRICTED) > Then > RoutePcToJAWS () > Pause () > TypeKey ("end") > Pause () > ; и снова ищем текст "сохранить" > If FindString (262600, "Сохранить", S_TOP, S_UNRESTRICTED) Then > LeftMouseButton () ; Требуемые действия чтение, кликание итому подобное. > Pause () > PlaySound (GetSharedSettingsDirectory ()+"\\SOUNDS\\Pop.wav") > Delay (5 ) > PlaySound (GetSharedSettingsDirectory ()+"\\SOUNDS\\Pop.wav") > Else > ;SayString ("второй рас ищем Сохранить и снова не найдено") ; Действие > которые выполняються если метка отсутствует. > PlaySound (GetSharedSettingsDirectory ()+"\\SOUNDS\\Blatt2.wav") > Delay (5 ) > PlaySound (GetSharedSettingsDirectory ()+"\\SOUNDS\\Blatt2.wav") > Delay (5 ) > PlaySound (GetSharedSettingsDirectory ()+"\\SOUNDS\\Blatt2.wav") > EndIf > Else > ;SayString ("текст Показать сообщения: Вчера 7 дней не найдено") ; > Действие которые выполняються если метка отсутствует. > PlaySound (GetSharedSettingsDirectory ()+"\\SOUNDS\\BlindsDownOnly.wav") > Delay (5 ) > PlaySound (GetSharedSettingsDirectory ()+"\\SOUNDS\\BlindsDownOnly.wav") > EndIf > EndIf > RestoreCursor () > SpeechOn () > EndScript > > >>> >>> -- >>> Viktor mailto:[email protected] >>> >>> Thanks for posting to the skype english list. >>> >>> to contact skype support with any questions regarding your account email >>> [email protected] >>> >>> To access scripts for the latest version of skype go to >>> http://www.dlee.org/skype >>> >>> >>> To contact the list owner send a message to >>> mailto:[email protected] >>> >>> and for a searchable archives page go here. >>> http://www.mail-archive.com/[email protected]/ >>> >>> thanks and have a wonderful day. >>> >>> _______________________________________________ >>> Skypeenglish mailing list >>> [email protected] >>> http://lists.tffppodcast.com/listinfo.cgi/skypeenglish-tffppodcast.com > >> Thanks for posting to the skype english list. > >> to contact skype support with any questions regarding your account email >> [email protected] > >> To access scripts for the latest version of skype go to >> http://www.dlee.org/skype > > >> To contact the list owner send a message to >> mailto:[email protected] > >> and for a searchable archives page go here. >> http://www.mail-archive.com/[email protected]/ > >> thanks and have a wonderful day. > >> _______________________________________________ >> Skypeenglish mailing list >> [email protected] >> http://lists.tffppodcast.com/listinfo.cgi/skypeenglish-tffppodcast.com > > > > -- > С уважением,Виктор Jerry > Виктор mailto:[email protected] > > Thanks for posting to the skype english list. > > to contact skype support with any questions regarding your account email > [email protected] > > To access scripts for the latest version of skype go to > http://www.dlee.org/skype > > > To contact the list owner send a message to > mailto:[email protected] > > and for a searchable archives page go here. > http://www.mail-archive.com/[email protected]/ > > thanks and have a wonderful day. > > _______________________________________________ > Skypeenglish mailing list > [email protected] > http://lists.tffppodcast.com/listinfo.cgi/skypeenglish-tffppodcast.com -- sent from my computer Thanks for posting to the skype english list. to contact skype support with any questions regarding your account email [email protected] To access scripts for the latest version of skype go to http://www.dlee.org/skype To contact the list owner send a message to mailto:[email protected] and for a searchable archives page go here. http://www.mail-archive.com/[email protected]/ thanks and have a wonderful day. _______________________________________________ Skypeenglish mailing list [email protected] http://lists.tffppodcast.com/listinfo.cgi/skypeenglish-tffppodcast.com
