Ich habe jetzt ein funktionierendes Skript und dieses auch in den Tauschcenter hochgeladen.
Viele Grüße, Felix van Wasen
tell application "System Events" to set allPocesses to name of every process
if (allPocesses contains "Horos") then
-- wenn horos läuft
tell application "Horos" to activate
tell application "System Events"
keystroke "r" using control down
key code 48
keystroke "$[pn]$"
key code 52
end tell
else
-- wenn horos nicht läuft
tell application "Horos" to activate
tell application "System Events"
keystroke "r" using control down
key code 48
keystroke "$[pn]$"
key code 52
end tell
end if
tell application "Horos" to activate
tell application "System Events"
keystroke "r" using control down
key code 48
keystroke "$[pn]$"
key code 52
end tell
else
-- wenn horos nicht läuft
tell application "Horos" to activate
tell application "System Events"
keystroke "r" using control down
key code 48
keystroke "$[pn]$"
key code 52
end tell
end if