Versuche gerade ein Script zu schreien der den Ankommenden Anrufer in der Tlephone App automatisch in das Suchfeld der Tagesliste einträg und mit return abschließt. Damit soööte dann bei eine eingehenden Anruf die Karteikarte des Anrufers aufpoppen.
Kan mir jemand helfen?
tell application "Telephone" to activate
tell application "System Events"
tell process "Telephone"
keystroke "c" using command down
keystroke tab
end tell
end tell
delay 0.3
tell application "tomedo" to activate
tell application "System Events"
tell process "Tomedo"
keystroke "v" using command down
keystroke tab
end tell
end tell
der Script sieht jetzt so aus - es wird auch kein Fehler angezeigt - aber mir fehltn noch die Sytax von Tomedo für das "SUCHEN" Feld