applescript

  1. S

    Apple Script to open a webpage in VM not working anymore

    Hello, I am facing an issue, and I feel stupid not being able to figure it out because it's so simple. I have some AppleScript that I launch from my Mac with a Loupedeck to open a web page in a Windows 11 VM. I used the simple script found in the parallels doc: tell application "Google Chrome"...
  2. L

    Applescript, Windows 10, Parallels 14, and modifier keys

    For whatever reason parallels doesn't seem to send any modifier keys to windows when I use applescript. I've tried the following ways to create "š" into notepad but all will produce "s" instead of "š" (alt/option + s). What am I doing wrong? The script works perfect inside MacOS but modifier...
Back
Top