Cmd + F2 en apple script ?

pititfilou

Membre confirmé
18 Octobre 2007
32
1
Yop,

Parce que j'aimerais utiliser mon iMac 27" comme moniteur pour mon MBP et que je ne dispose que d'un seul clavier Apple et que l'activation du mode Target Display nécessite la pression du combo Cmd + F2, je souhaiterais faire un petit Apple Script pour lequel ce fameux Cmd + F2 serait simulé.

Pour l'instant, voici mon code qui ne fonctionne pas. Quelqu'un saurait-il me dire ce qui cloche ?

tell application "Finder"
activate
tell application "System Events" to key code 120 using command down
end tell

... je me suis basé sur ça : http://apple.stackexchange.com/questions/36943/how-do-i-automate-a-key-press-in-applescript

Merki à vous :p
 
Tu as peut-être oublié ça:

Setting Up System Preferences

In order for the "System Events" application to use the key code or keystroke commands, you have to enable Mac OS X's accessibility frameworks. To do this, click on the "Accessibility" pane (formerly "Universal Access") in "System Preferences". At the bottom left of the pane is a checkbox setting called "Enable access for assistive devices". Click on the checkbox so the setting is enabled. Close out of System Preferences.