Ich versuche, ein Script zu schreiben, das alle ToDos schließt. Dafür möchte ich die Kombination von Command + Option + Shift + Pfeil nach links verwenden. Leider finde ich nirgends, wie ich diese Tastenkombination formuliere. Könnten Sie mir bitte helfen? Danke.
Hier ist, was ich bisher gefunden habe, aber es funktioniert nicht:
tell application "tomedo"
activate
tell application "System Events"
keystroke (key code 123 using {command down, option down, shift down})
end tell
Hier ist, was ich bisher gefunden habe, aber es funktioniert nicht:
tell application "tomedo"
activate
tell application "System Events"
keystroke (key code 123 using {command down, option down, shift down})
end tell