He intentado ejecutar el script con Automator de esta pregunta :
tell application "System Preferences"
reveal anchor "keyboardTab" of pane "com.apple.preference.keyboard"
end tell
tell application "System Events" to tell process "System Preferences" to tell window 1
click checkbox "Use F1, F2, etc. keys as standard function keys" of tab group 1
end tell
quit application "System Preferences"
Sólo funciona cuando la casilla de preferencias del sistema está activada, de lo contrario (la casilla está desactivada) me da el error:
The action “Run AppleScript” encountered an error: “System Events got an error: Can’t get tab group 1 of window 1 of process "System Preferences". Invalid index.”
System Events got an error: Can’t get tab group 1 of window 1 of process "System Preferences". Invalid index.
Por lo tanto, el cambio de fn no funciona.
Utilizo el MacBook con chip M1 con Monterey.
¿Qué debo hacer para ejecutar el script claramente? ¿Cómo puedo modificar el script para que funcione? ¿Por qué no funciona?