Skip to content

Dictate 3.2.3

Latest

Choose a tag to compare

@Budanovvv Budanovvv released this 02 Sep 20:01
· 1 commit to main since this release

The pill used to pick the screen under the mouse cursor — a proxy for
"where the user is" that breaks with two monitors: typing into PyCharm
on one display with the cursor parked over Chrome on the other put the
pill on the wrong screen.

Ask the WindowServer for the frontmost app's front normal window and use
its screen; the mouse remains the fallback. A CGWindowList query rather
than AX into the target app, so a busy or lazily built accessibility
tree can never stall show().

Full Changelog: v3.2.2...v3.2.3