Jump to content

andywalt

Member
  • Posts

    1
  • Joined

  • Last visited

andywalt's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. I used a wide screen monitor and want to be able to type a keyword and it open two separate windows that I can then use either the Magnet app's hotkeys to make them fit to the left and right halves of the screen respectively. I have the hotkeys for the Magnet app set to the corresponding Key Combo but they aren't triggering appropriately. The div app, works similarly but I'm struggling with chaining the processes one after another. I'd be happy to use either process (Magnet with hotkeys or triggering Div after a window launch) but just trying to learn more. https://magnet.crowdcafe.com/ https://github.com/pawelgrzybek/div My first NSAppleScript is: on alfred_script(q) tell application "Google Chrome" make new window open location "http://www.blank.org/" end tell end alfred_script and the second is: on alfred_script(q) tell application "Google Chrome" make new window open location "https://bigassmessage.com/" end tell end alfred_script
×
×
  • Create New...