Enable Screen Sharing in Monterey template (#60)

This commit is contained in:
Timothy Sutton 2022-11-03 07:21:41 -04:00 committed by GitHub
parent 4b326deeab
commit 3c00fd11df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -63,8 +63,10 @@ source "tart-cli" "tart" {
"<wait10s><leftAltOn><spacebar><leftAltOff>System Preferences<enter>",
# Navigate to "Sharing"
"<wait10s>sharing<enter>",
# Enable Screen Sharing
"<wait10s><tab><tab><tab><tab><spacebar>",
# Enable Remote Login
"<wait10s><tab><tab><tab><down><down><down><down><spacebar><tab><tab><spacebar>",
"<wait10s><down><down><down><down><spacebar><tab><tab><spacebar>",
# Disable Voice Over
"<leftAltOn><f5><leftAltOff>",
]