Come è possibile alternare facilmente il riquadro delle preferenze Inchiostro impostando "Write Anywhere"?
Con questo script puoi attivare e disattivare l'impostazione Write Anywhere, tuttavia apre le Preferenze di sistema in background:
tell application "System Preferences"
reveal (pane id "com.apple.preference.ink")
end tell
tell application "System Events"
tell application process "System Preferences"
click checkbox "Allow me to Ink in any application" of group 1 of tab group 1 of window "Ink"
end tell
end tell
Lo uso per attivare WriteAnywhere dal "Radial Menu" del mio tablet Wacom.
Leggi altre domande sui tag system-prefs applescript