Display the Name and Bounds of Every Finder Window. Macro (v10.2)
Content of this page ( updated 20230127 15:59 UTC):
- 1_. For ONE Finder window
- 2a. For ALL Finder windows - (KM with AppleScript)
- 2b. For ALL Finder (and other apps') windows - (KM without AppleScript)
AppleScript and KM measure window bounds differently.
KM uses Width and Height whereas AS uses Distance from the Left and Distance from the top.
Usage: Anytime you need to position 1 or more Finder windows on your screen, first set the relevant windows where you want them - then run the macro and you'll get the AppleScript bounds.
Should you need the window position for a KM macro where you use f ex "Move and Resize Window" you could use this macro:
1. For ONE Finder window
2a. For ALL Finder windows - (KM with AppleScript)
The Macro - thanks to Chris S @ccstone
Get Bounds of all Finder Windows_AS vs.1 Macro (v10.2)
Get Bounds of all Finder Windows_AS vs.1.kmmacros (10 KB)
2b. For ALL Finder (and other apps') windows - (KM without AppleScript)
use the Window Discovery Tool at Window Information Tools - Macro Library - Keyboard Maestro Discourse