Miraz
Miraz

Applescript to tidy Black Ink crossword app windows:

tell application "Black Ink"
    set baseFrame to bounds of window 1
    repeat with thisWindow in windows
        set bounds of thisWindow to baseFrame
    end repeat
end tell

-- script by Daniel Jalkut, 15 January 2023
|
Embed
Progress spinner
pratik
pratik

@Miraz This reminds me that I have downloaded a trial version of Keyboard Maestro but haven’t yet played around with it. 😬

|
Embed
Progress spinner
Miraz
Miraz

@pratik It’s the weekend — time to get started! 😀

|
Embed
Progress spinner
pratik
pratik

@Miraz Too many things to do on the weekend. Can’t wait to retire 😝

|
Embed
Progress spinner
jean
jean

@Miraz Oooh, a script from the future! 🤣

|
Embed
Progress spinner
Miraz
Miraz

@pratik Fair enough!

|
Embed
Progress spinner
Miraz
Miraz

@jean Hmmm, that one involved time travel though, since it came from the past… Got a headache yet? 😆

|
Embed
Progress spinner
pratik
pratik

@Miraz But not an excuse. Your post pushed it up my priority list. Work stuff has picked up in pace in the new year.

|
Embed
Progress spinner
Miraz
Miraz

@pratik I think once you make a macro for one thing you do that’s a bit annoying or awkward you’ll soon be making more macros.

|
Embed
Progress spinner
pratik
pratik

@Miraz I KNOW! So, I dunno if I want to get started ☺️

|
Embed
Progress spinner
In reply to
jean
jean

@Miraz Reference acknowledged. 🖖

|
Embed
Progress spinner