Il est possible dans Keyboard Maestro de lancer un Apple Scripte (de mémoire dans la catégorie Execute)mais du coup tu ne peux pas avoir le même raccourci pour sortir du preview puisque l'image a changé avec le bouton vert (ou bien j'ai loupé un truc)
too bad ....
finalement l'app iPad ou la fenêtre fixe est plus simple à utiliser
Vous serez libérer de cette contrainte.
Voici l'Apple Scripte pour le write on selectionset windowVal to 0
tell application "Pro Tools" to activate
repeat until windowVal = 15
set windowVal to windowVal + 1
try
tell application "System Events"
tell application process "Pro Tools"
tell application "System Events"
click button "Enable Auto Preview Mode" of window windowVal of application process "Pro Tools"
end tell
end tell
end tell
end try
end repeat
Voici les macros Keyboard Maestro a importer si vous le désirez.set windowVal to 0
tell application "Pro Tools" to activate
repeat until windowVal = 15
set windowVal to windowVal + 1
try
tell application "System Events"
tell application process "Pro Tools"
tell application "System Events"
click button "Write Automation to Selection" of window windowVal of application process "Pro Tools"
end tell
end tell
end tell
end try
end repeat