Jump to content

kraig85

Member
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    kraig85 got a reaction from Tony D in Sidecar Toggle   
    ta-da!!
     
    do shell script "open -b com.apple.systempreferences /System/Library/PreferencePanes/Displays.prefPane"
    use AppleScript version "2.4"
    set iPadName to "iPad Pro"
    tell application "System Events"
              repeat until (exists window "Displays" of application process "System Settings")
                        delay 0.1
              end repeat
              tell process "System Settings"
                        tell pop up button 1 of group 1 of group 2 of splitter group 1 of group 1 of window "Displays"
                                  click
                                  delay 0.1
                                  tell (last menu item of menu 1 whose name contains iPadName)
                                            click it
                                 end tell
                        end tell
              end tell
    end tell
    tell application "System Settings" to quit
  2. Like
    kraig85 got a reaction from TomBenz in Sidecar Toggle   
    ta-da!!
     
    do shell script "open -b com.apple.systempreferences /System/Library/PreferencePanes/Displays.prefPane"
    use AppleScript version "2.4"
    set iPadName to "iPad Pro"
    tell application "System Events"
              repeat until (exists window "Displays" of application process "System Settings")
                        delay 0.1
              end repeat
              tell process "System Settings"
                        tell pop up button 1 of group 1 of group 2 of splitter group 1 of group 1 of window "Displays"
                                  click
                                  delay 0.1
                                  tell (last menu item of menu 1 whose name contains iPadName)
                                            click it
                                 end tell
                        end tell
              end tell
    end tell
    tell application "System Settings" to quit
  3. Like
    kraig85 got a reaction from Slatts in Mouseless Messenger — iMessage/SMS Preview and Reply for Alfred   
    Hi. I'm still getting that Code 1/null error. I'm assuming it's due to iCloud messages but I can't seem to find where to disable them on Ventura?
×
×
  • Create New...