• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Skim
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Skim


  • Subject: Re: Skim
  • From: Christopher Stone <email@hidden>
  • Date: Wed, 10 May 2017 22:15:22 -0500

On 05/10/2017, at 21:18, Jean-Christophe Helary <email@hidden> wrote:
I'm trying to get Skim to merge all the PDF windows it has open but nothing will have it bulge...


Hey Jean-Christophe,

Try this.

--
Take Care,
Chris

------------------------------------------------------------------------------
# Auth: Christopher Stone
# dCre: 2017/05/10 22:09
# dMod: 2017/05/10 22:12 
# Appl: Skim
# Task: Activate "Merge All Windows" to consolidate into tabs of one window.
# Libs: None
# Osax: None
# Tags: @Applescript, @Script, @Skim, @System_Events, @Activate, @Merge_All_Windows, @Consolidate, @Tabs, @One, @Window
------------------------------------------------------------------------------

tell application "System Events"
    tell application process "Skim"
        tell menu bar 1
            tell menu bar item "Window"
                tell menu 1
                    tell menu item "Merge All Windows"
                        perform action "AXPress"
                    end tell
                end tell
            end tell
        end tell
    end tell
end tell

------------------------------------------------------------------------------

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Skim
      • From: Jean-Christophe Helary <email@hidden>
    • Re: Skim
      • From: Jean-Christophe Helary <email@hidden>
References: 
 >Skim (From: Jean-Christophe Helary <email@hidden>)

  • Prev by Date: Re: Inserting a Custom Header in BBEdit
  • Next by Date: Re: Skim
  • Previous by thread: Skim
  • Next by thread: Re: Skim
  • Index(es):
    • Date
    • Thread