feat(mac): a clock on the capture, Finder paths, and paste through the menu - #67
Merged
Merged
Conversation
…e menu Measured on macOS 27.0 against Preview, Finder, Numbers 15.3, Excel 16.113, Word 16.113 and Pages 15.3. Capture - capture_within(400 ms): the whole read runs on a sacrificial thread. The pasteboard server holds a reader for 60 s while a source that promises data stays silent, and Excel promises every format it offers. - Finder offers public.file-url as file:///.file/id=...; it is resolved through NSURL.filePathURL, so the kind, the name and missing_paths work. - A copied file no longer stores its 4 MB icon TIFF (Catalog::decide_in). - embeddable lists the iWork TSP* and the Office OLE markers, so a range copied from a spreadsheet is kept as text, not as the picture of itself. - An image that arrives with zero bytes is absent, and an item whose image never arrived but whose text did is text. Numbers offers empty PNG/TIFF. Paste - Route::Menu: when posting events is denied, the target's Edit > Paste item is pressed through Accessibility, found by its shortcut (command-V, no modifiers) rather than by its localized title. - request_accessibility() prompts for the second TCC permission. Probe - F4 skipped because NSWorkspace.frontmostApplication only updates in a process that runs its run loop; the probe pumps it before reading. - New cases A9-A12, C5 and F5. 62 cases, none skipped.
rgdevment
force-pushed
the
mac-core-session
branch
from
September 18, 2026 04:00
78098f6 to
faca632
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.