Improve handling of small control-strip UIs like OBS #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Apps like OBS expose critical state through small, app-specific controls (
Start Recording,Stop Recording,Start Streaming, etc.). Generic OCR on the whole screen is often too noisy for this.Desired capability
Add app/control-strip-oriented helpers, or at least better primitives, for small clustered status/action controls.
Examples
Stop RecordingWhy
This class of UI shows up a lot in desktop automation and is currently more painful than it should be.
bad issue